1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-06-19 00:17:50 +02:00
Files
pigallery2/frontend/typings.d.ts
2017-06-10 22:32:56 +02:00

6 lines
104 B
TypeScript

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