Skip to content

Add Typescript Support #1

@geksonES

Description

@geksonES

Nowadays it's hard to find something lightweight like this!) But please, add a typescript support.
Just create a .d.ts file like this.

declare module 'mask-string' {
  const maskString = (text: string, mask: string) => string;

  export default maskString;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions