industriapaisaia-frontend/src/typings.d.ts
Angular CLI 74c710a90c chore: initial commit from @angular/cli
_                      _                 ____ _     ___
   / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
  / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
 / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
/_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
               |___/
2018-06-04 16:35:51 +02:00

6 lines
104 B
TypeScript

/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}