UNPKG

70 BJavaScriptView Raw
1const isString = (x) => typeof x === "string";
2export {
3 isString
4};