assert-lower

Assert between two or more strings as they were writing in lower case

Usage no npm install needed!

<script type="module">
  import assertLower from 'https://cdn.skypack.dev/assert-lower';
</script>

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.