UNPKG

msk

Version:

Small library to mask strings

9 lines (6 loc) 145 B
interface Msk { (str: string, mask: string): string fit: (str: string, mask: string) => string } declare const msk: Msk export default msk