Archived
1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
api-ts-gen/dist/utils/index.d.ts
sup39 33834a89a9 fix FullDate stringify in Axios params
use local timezone instead of UTC in FullDate
2020-05-24 01:23:42 +09:00

4 lines
124 B
TypeScript

export * from './APIPromise';
export * from './FullDate';
export * from './StrictTypeParser';
export * from './qStringify';