freifunksearch

Moved to https://github.com/FreifunkSearchProjekt
git clone git://archive.git.mtrnord.blog/MTRNord/freifunksearch.git
Log | Files | Refs | README | LICENSE

typings.d.ts (104B)


      1 /* SystemJS module definition */
      2 declare var module: NodeModule;
      3 interface NodeModule {
      4   id: string;
      5 }