ngx-admin/src/typings.d.ts

12 lines
262 B
TypeScript
Raw Normal View History

2017-04-11 19:09:02 +03:00
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
2017-06-06 12:46:19 +03:00
2017-04-11 19:09:02 +03:00
/* SystemJS module definition */
2017-06-06 12:46:19 +03:00
declare var module: NodeModule;
interface NodeModule {
2017-04-11 19:09:02 +03:00
id: string;
2017-06-06 12:46:19 +03:00
}