UNPKG

@aui-library/string-reverse

Version:
5 lines (4 loc) 122 B
declare module "@aui-library/string-reverse" { function stringReverse(str: string): string; export = stringReverse; }