UNPKG

@paultaku/node-mock-server

Version:

A TypeScript-based mock server with automatic Swagger-based mock file generation

9 lines 288 B
/** * File System Utilities - Public Interface * * This module exports file system utilities used across domains. * Wraps fs-extra to provide a consistent, domain-friendly interface. */ export * from './file-writer'; export * from './file-reader'; //# sourceMappingURL=index.d.ts.map