mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Create is-lower-case.d.ts
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// Type definitions for is-lower-case
|
||||
// Project: https://github.com/blakeembrey/is-lower-case
|
||||
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "is-lower-case" {
|
||||
function isLowerCase(string: string): boolean;
|
||||
export = isLowerCase;
|
||||
}
|
||||
Reference in New Issue
Block a user