@iyulab/oops
Version:
Core SDK for Oops - Safe text file editing with automatic backup
18 lines • 472 B
TypeScript
/**
* @iyulab/oops - Core SDK for safe text file editing
*
* Main entry point for the Oops core library
*/
export * from './types';
export * from './errors';
export * from './config';
export * from './file-system';
export * from './transaction';
export * from './git';
export * from './workspace';
export * from './tracker';
export * from './backup';
export * from './diff';
export * from './version';
export { Oops } from './oops';
//# sourceMappingURL=index.d.ts.map