README.hbs 152 B

123456789
  1. # flags
  2. A small utility which can be used to manipulate specific bits in a sequence
  3. of bits.
  4. ## Installation
  5. ```
  6. npm i @mightyplow/flags
  7. ```
  8. {{>main}}