assert-lower
v1.0.3
Published
Assert between two or more strings as they were writing in lower case
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: trueThis module exported from utilizes project.
