UNPKG

98 BJavaScriptView Raw
1'use strict'
2
3module.exports = function (hostname) {
4 return hostname.substring(0, 2) === '*.'
5}