update to latest standards

This commit is contained in:
2018-07-15 16:04:27 +02:00
parent b8100f8dfc
commit 2392915959
34 changed files with 1111 additions and 1023 deletions

View File

@@ -1,9 +1,9 @@
import * as plugins from "./lik.plugins";
import * as plugins from './lik.plugins';
// import modules
export * from "./lik.looptracker";
export * from "./lik.objectmap";
export * from "./lik.stringmap";
export * from "./lik.limitedarray";
export * from "./lik.tree";
export * from './lik.looptracker';
export * from './lik.objectmap';
export * from './lik.stringmap';
export * from './lik.limitedarray';
export * from './lik.tree';