assert-lower
v1.0.3
Published
Assert between two or more strings as they were writing in lower case
Downloads
11
Maintainers
Readme
assertLower
Assert between two or more strings as they were writing in lower case
Usage: assertLower(...strings): boolean
import { assertLower } from 'assert-lower'
assertLower(`aBc`, String(`AbC`), `ABC`)
// Output: true
assertLower(`abc`, `ABC`)
// Output: true
This module exported from utilizes project.