UNPKG

@samlevy/string-helpers

Version:
9 lines (8 loc) 247 B
import path from "./path"; import sanitize from "./sanitize"; export { sanitize, path }; declare const _default: { sanitize: (str: string) => string; path: (str: string, start?: string, end?: string) => RegExp; }; export default _default;