@cjser/non-ascii
v2.0.0-cjser.2
Published
Regular expression for matching non-ASCII characters
Maintainers
Readme
non-ascii
Regular expression for matching non-ASCII characters
Install
$ npm install non-asciiUsage
import nonAscii from 'non-ascii';
nonAscii.test('hællæ');
//=> true
nonAscii.test('unicorn');
//=> falsecjser
This package is a CommonJS-compatible build generated by cjser for projects that still need require() support. The source version matches the original npm package version, with a cjser prerelease suffix for this generated build.
Original repository: https://github.com/sindresorhus/non-ascii
