mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 20:45:08 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
/* SystemJS module definition */
|
||
|
declare var module: NodeModule;
|
||
|
interface NodeModule {
|
||
|
id: string;
|
||
|
}
|