Skip to content
Snippets Groups Projects
Commit 02a53407 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

remove index file

parent de880a0b
No related branches found
No related tags found
No related merge requests found
/**
* Created by gavorhes on 9/20/2016.
*/
import * as _layers from './layers/index';
export declare const layers: typeof _layers;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Created by gavorhes on 9/20/2016.
*/
var _layers = require("./layers/index");
exports.layers = _layers;
//# sourceMappingURL=index.js.map
\ No newline at end of file
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA;;GAEG;AACH,wCAAyC;AAE5B,QAAA,MAAM,GAAG,OAAO,CAAC","sourcesContent":["/**\r\n * Created by gavorhes on 9/20/2016.\r\n */\r\nimport * as _layers from './layers/index'\r\n\r\nexport const layers = _layers;\r\n\r\n"]}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment