UNPKG

@gecut/utilities

Version:

The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.

4 lines (3 loc) 155 B
import type {Nullable} from '@gecut/types'; export declare const sanitize: <T extends Nullable<string>>(str: T) => T; //# sourceMappingURL=string.d.ts.map