fastv0
Version:
Fast File System Operations and AI Integration for Node.js - Like Cursor's token management
12 lines • 481 B
TypeScript
/**
* FastV0 - File System Operations and AI Integration for Node.js
* A powerful SDK for file operations, desktop scanning, and AI integration
*/
export { FileManager } from './file-manager';
export { DesktopScanner } from './desktop-scanner';
export { TokenManager } from './token-manager';
export { AIIntegration } from './ai-integration';
export { FastV0 } from './fastv0';
export * from './types';
export declare const VERSION = "1.0.0";
//# sourceMappingURL=index.d.ts.map