You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-06-17 00:07:36 +02:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
![]() |
/* SystemJS module definition */
|
||
|
declare var module: NodeModule;
|
||
|
interface NodeModule {
|
||
|
id: string;
|
||
|
}
|