UNPKG

dynamoose

Version:

Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)

5 lines (4 loc) 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // This function flattens an array non recursively exports.default = (array) => Array.prototype.concat.apply([], array);