UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

7 lines 201 B
/** * Check if a string is uppercase. * * @param str - The string to check * @returns True if the string is uppercase, false otherwise */ export declare function isUppercase(str: string): boolean;