UNPKG

softkave-js-utils

Version:

JavaScript & Typescript utility functions, types, and classes

2 lines (1 loc) 129 B
export declare function isLowercaseEqual(str00: string | undefined, str01: string | undefined, useLowercase?: boolean): boolean;