Files
cht-lawfirm/front/app/node_modules/license-webpack-plugin/dist/Module.d.ts
2023-01-16 17:49:38 +01:00

6 lines
81 B
TypeScript

interface Module {
name: string;
directory: string;
}
export { Module };