acebase/dist/types/unidecode.d.ts
Ewout Stortenbeker ece3bc3e87 chore: build
2022-11-21 18:05:59 +01:00

3 lines
No EOL
117 B
TypeScript

declare const unidecode: (input: string) => string;
export default unidecode;
//# sourceMappingURL=unidecode.d.ts.map