mirror of
https://github.com/tenrok/maska.git
synced 2026-06-05 16:42:28 +03:00
2 lines
93 B
TypeScript
2 lines
93 B
TypeScript
export default function mask(value: any, mask: any, tokens?: any, masked?: boolean): string;
|