UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

8 lines 198 B
/** * @module tokens * @description Token constants */ import { type Token } from '../@types/token'; declare const TOKEN_LIST: Token[]; export { TOKEN_LIST }; //# sourceMappingURL=tokens.d.ts.map