This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/is-upper-case/dist.es2015/index.d.ts

5 lines
135 B
TypeScript

/**
* Returns a boolean indicating whether the string is upper case.
*/
export declare function isUpperCase(input: string): boolean;