mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-11-01 13:21:21 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
/* SystemJS module definition */
|
||
|
declare var module: NodeModule;
|
||
|
interface NodeModule {
|
||
|
id: string;
|
||
|
}
|