fun isUnderTLD()

in src/main/kotlin/swot/Swot.kt [14:16]


fun isUnderTLD(parts: List<String>): Boolean {
    return checkSet(Resources.tlds, parts)
}