UNPKG

cachly

Version:

Type-safe, production-ready in-memory cache system for Node.js and TypeScript with advanced features.

10 lines 207 B
#!/usr/bin/env node declare class CachlyCLI { private cache; private rl; constructor(); private commands; start(): Promise<void>; } export { CachlyCLI }; //# sourceMappingURL=cli.d.ts.map