mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
2 lines
92 B
TypeScript
2 lines
92 B
TypeScript
export default function mask(value: any, mask: any, tokens: any, masked?: boolean): string;
|