mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
/* SystemJS module definition */
|
|
declare var module: NodeModule;
|
|
interface NodeModule {
|
|
id: string;
|
|
}
|