UNPKG

eightsleep

Version:
4 lines (3 loc) 85 B
export default function isString(s: any): boolean { return typeof s === 'string' }