flatMap() for old browser, in typescript.
npm install @skt-t1-byungi/array-flat-map
flatMap()
js flatMap([1, 2], x => [x, x * 2]) // => [1, 2, 2, 4]