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