now adhering to standard js added getStringArray method

This commit is contained in:
2016-09-21 13:44:11 +02:00
parent c0a5cb6e30
commit e917c8b9f7
17 changed files with 271 additions and 258 deletions

View File

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