@technobuddha > library > String > Operations
Type Alias: MaskOptions
ts
type MaskOptions = {
missing?: string;
};Defined in: mask.ts:9
Options for the mask function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
missing? | string | if the mask is longer, fill with character | src/mask.ts:11 |