UNPKG

atlas-seq-matcher

Version:

Global substring matcher that accepts one character code at a time.

3 lines (2 loc) 90 B
const isNonemptyStr = s => s && typeof s === "string"; module.exports = { isNonemptyStr }