UNPKG

@jrc03c/js-math-tools

Version:
6 lines (4 loc) 77 B
function isString(s) { return typeof s === "string" } export { isString }