JSPM

lower-case-compare

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 65
  • Score
    100M100P100Q60557F
  • License MIT

Compare two strings in lowercase

Package Exports

  • lower-case-compare

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lower-case-compare) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Lower Case Compare

NPM version NPM downloads

Compare two strings in lower case

Installation

yarn add lower-case-compare

Usage

import lowerCaseCompare from 'lower-case-compare'

console.log('Are the same:', lowerCaseCompare('TEST', 'test'))

Notes

There is an AMD version here too if you need that.

License

MIT