mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
declare module 'unidecode' {
|
|
// export default function unidecode(input: string): string;
|
|
}
|