0.1.2 • Published 5 months ago

@3-/isstr v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

@3-/isstr

test/main.coffee :

#!/usr/bin/env coffee

> @3-/isstr
#   @3-/uridir
#   path > join

# ROOT = uridir(import.meta)

console.log isstr 123
console.log isstr '123;'
console.log isstr new String()

output :

false
true
true
0.1.2

5 months ago