/chai-posix-path

Checks whether a string path matches a posix path

Primary LanguageJavaScriptMIT LicenseMIT

chai-posix-path

Checks whether a string path matches a posix path

npm version npm downloads neostandard javascript style Module type: ESM Types in JS Follow @voxpelli@mastodon.social

Usage

Simple

import chaiPosixPath from 'chai-posix-path';

chai.use(chaiPosixPath);

'foo\\bar'.should.be.posixPath('foo/bar'); // Passes
'foo/bar'.should.be.posixPath('foo/bar'); // Passes

See also