uni-ticket-system/node_modules/licia/decodeUriComponent.d.ts
2023-12-05 10:11:10 +08:00

4 lines
88 B
TypeScript

declare function decodeUriComponent(str: string): string;
export = decodeUriComponent;