UNPKG

@honeo/check

Version:

型・インスタンスなどの確認

6 lines (4 loc) 88 B
function isString(arg){ return typeof arg==='string'; } export default isString;