ngx-admin/docs/typings.d.ts

16 lines
348 B
TypeScript
Raw Permalink Normal View History

2019-07-16 08:38:11 +03:00
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
/* SystemJS module definition */
2020-03-26 11:14:44 +03:00
declare var module: NodeModule;
interface NodeModule {
2019-07-16 08:38:11 +03:00
id: string;
2020-03-26 11:14:44 +03:00
}
declare var require: NodeRequire;
2019-07-16 08:38:11 +03:00
declare var structure: any;
declare var docs: any;