mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Create is-lower-case-tests.ts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// <reference path="is-lower-case.d.ts" />
|
||||
|
||||
import isLowerCase = require('is-lower-case')
|
||||
|
||||
console.log(isLowerCase('string')); // => true
|
||||
console.log(isLowerCase('String')); // => false
|
||||
console.log(isLowerCase('STRING')); // => false
|
||||
Reference in New Issue
Block a user