Nowadays it's hard to find something lightweight like this!) But please, add a typescript support. Just create a .d.ts file like this. ```typescript declare module 'mask-string' { const maskString = (text: string, mask: string) => string; export default maskString; } ```