UNPKG

eightsleep

Version:
7 lines 200 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isString(s) { return typeof s === 'string'; } exports.default = isString; //# sourceMappingURL=isString.js.map