1.0.3 • Published 3 years ago
assert-lower v1.0.3
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.