UNPKG

@appshell/config

Version:

Utility for producing a global appshell manifest for module federation micro-frontends

11 lines 291 B
/** * Safely copies files and makes directories if they don't exist. * @param pattern { from: @type string, to: @type string } * @returns void */ declare const _default: (pattern: { from: string; to: string; }) => void; export default _default; //# sourceMappingURL=copy.d.ts.map