UNPKG

mod-arch-core

Version:

Core functionality and API utilities for modular architecture micro-frontend projects

6 lines 180 B
export const mockGenericResponse = ({ name = 'test', description = 'test', id = '1', }) => ({ name, description, id, }); //# sourceMappingURL=mockGenericResponse.js.map