bit-string-mask
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Bit String Mask

NPM version NPM downloads Build status Test coverage

Mask a string using bits from an input number.

Installation

npm install bit-string-mask --save

Usage

import { mask } from 'bit-string-mask'
 
mask('test', 0) //=> "test"
mask('test', 1) //=> "Test"
mask('test', 2) //=> "tEst"

TypeScript

This project is written using TypeScript and publishes the definitions directly to NPM.

License

MIT

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i bit-string-mask

    Weekly Downloads

    3

    Version

    1.1.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • blakeembrey