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).

8 lines 223 B
/* * ESM wrapper for "./lib.js" */ // Module exports import { parseableRange, sanitizeLiteral } from "./lib.js"; export default sanitizeLiteral; export { parseableRange, sanitizeLiteral }; //# sourceMappingURL=lib.mjs.map