UNPKG

@future-widget-lab/record-set

Version:

A dedicated data structure for in-memory record collections, offering fluent, immutable APIs for MongoDB-like querying, sorting, and transformation.

9 lines (6 loc) 198 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./record-set.cjs.production.min.js') } else { module.exports = require('./record-set.cjs.development.js') }