UNPKG

@ssibrahimbas/v-mask

Version:
4 lines (3 loc) 211 B
import type { TokenType } from "./tokens"; export declare type MaskItType = (value: string, mask: string, tokens: Record<string, TokenType>, masked?: boolean) => string; export declare const maskIt: MaskItType;