mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
Provided types for unidecode
This commit is contained in:
parent
b78d875911
commit
054d1cdacd
1 changed files with 3 additions and 0 deletions
3
src/ts/unidecode.ts
Normal file
3
src/ts/unidecode.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
declare module 'unidecode' {
|
||||
export default function unidecode(input: string): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue