Skip to content

@technobuddha > library > String > Operations

Type Alias: MaskOptions

ts
type MaskOptions = {
  missing?: string;
};

Defined in: mask.ts:9

Options for the mask function

Properties

PropertyTypeDescriptionDefined in
missing?stringif the mask is longer, fill with charactersrc/mask.ts:11