UNPKG

rubico

Version:

[a]synchronous functional programming

9 lines (8 loc) 266 B
/** * Rubico v2.8.2 * https://rubico.land/ * * © Richard Yufei Tong, King of Software * Rubico may be freely distributed under the CFOSS license. */ const isString=function(t){return"string"==typeof t||null!=t&&t.constructor==String};export default isString;