UNPKG

@spacingbat3/lss

Version:

LSS: Literal String Sanitizer – sanitizes string based on specific inputs and tries to guess the accurate type (in TypeScript/Typed JS).

6 lines (5 loc) 266 B
import { parseableRange, sanitizeLiteral } from "./lib.js"; export default sanitizeLiteral; export { parseableRange, sanitizeLiteral }; import type { charset, sanitizeResult, unknownLiteral } from "./lib.js"; export type { charset, sanitizeResult, unknownLiteral };