JSpack package for testing import * as _ from 'jspack'; _.camelCase('hello world') // 'HelloWorld' _.difference([1,2,3], [2,3,4]) // [1,4]