UNPKG

module-federation-exposes-webpack-plugin

Version:
9 lines (8 loc) 302 B
export { map } from "./utils"; export { get as myGet } from "./utils"; export { get, pick as myPick } from "./utils"; export { default } from "./utils"; export { default as Utils, filter } from "./utils"; export * as util from "./utils"; export * from "./utils"; export type { TUtils } from "./utils";