8 lines
88 B
TypeScript
8 lines
88 B
TypeScript
|
---
|
||
|
fileName: {{module.name}}.plugins.ts
|
||
|
---
|
||
|
const removeme = {};
|
||
|
export {
|
||
|
removeme
|
||
|
}
|