UNPKG

ntt-flow

Version:

The sequence of initialization, modification, aggregation, or other processes through which a data entity passes from instantiation to persistence.

6 lines 273 B
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (matrix) { return [].concat.apply([], matrix); }); }); //# sourceMappingURL=flatten.js.map