UNPKG

@forbespro/lead-agent

Version:
11 lines (10 loc) 242 B
import { markdownLineEndingOrSpace as i, unicodeWhitespace as r, unicodePunctuation as t } from "./index146.js"; function a(n) { if (n === null || i(n) || r(n)) return 1; if (t(n)) return 2; } export { a as classifyCharacter };