1.0.3 • Published 3 years ago

assert-lower v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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.