@qiwi/masker-strike
Version:
Strike data masker
22 lines (17 loc) • 388 B
Markdown
The plugin to ~~strikethough~~ any non-space string chars.
```shell script
yarn add @qiwi/masker-strike
```
```typescript
import {masker} from '@qiwi/masker'
import {pipe} from '@qiwi/masker-strike'
masker.sync('foo bar baz', {
pipeline: ['strike']
})
// *** *** ***
```
[](https://github.com/qiwi/masker/blob/master/LICENSE)