@qiwi/masker-split
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

@qiwi/masker-split

Masker plugin to recursively process any kind of js objects

Install

yarn add @qiwi/masker-split

Usage

import {masker} from '@qiwi/masker'
import {pipe} from '@qiwi/masker-split'

masker.sync({foo: 'bar', baz: 'qux'}, {
  pipeline: ['split', 'plain']
})

// result:
{
  '***': '***',
  '***(2)': '***'
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @qiwi/masker-split

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

24.3 kB

Total Files

10

Last publish

Collaborators

  • antongolub
  • qiwibot