UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

8 lines 201 B
/** * equals * * @param str - The string to check * @param comparison - Options object * @returns The processed string */ export declare function equals(str: string, comparison: string): boolean;