UNPKG

fluxtuate

Version:

a javascript ES7 library for handling complex data transactions

7 lines (6 loc) 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var arraySetterMethods = exports.arraySetterMethods = ["pop", "push", "reverse", "shift", "sort", "splice", "unshift", "copyWithin", "fill"]; var arrayGetterMethods = exports.arrayGetterMethods = ["slice", "indexOf", "lastIndexOf", "map", "reduce", "reduceRight", "filter", "concat", "includes", "join"];