mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
/* SystemJS module definition */
|
|
declare let module: NodeModule;
|
|
interface NodeModule {
|
|
id: string;
|
|
}
|