mirror of
https://github.com/motajs/template.git
synced 2026-09-22 16:20:18 +08:00
- isolate legacy loading behind internal dependencies - provide memory saves and remove singleton back-edges
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
export * from './system';
|
|
export * from './memory';
|
|
export * from './types';
|