projecte_ionic/node_modules/license-webpack-plugin/dist/LicenseTextOverrides.d.ts
2022-02-09 18:30:03 +01:00

5 lines
101 B
TypeScript
Executable file

declare type LicenseTextOverrides = {
[key: string]: string;
};
export { LicenseTextOverrides };