UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

7 lines 142 B
/** * escape * * @param str - The string to check * @returns The processed string */ export declare function escape(str: string): string;