UNPKG

suma-db

Version:

A Brazilian database that supports JSON(JavaScript Object Notation)

4 lines 219 B
module.exports = function(Class, callback) { if(typeof callback !== 'function') throw new RangeError('The callback of forEach, is not a function') return Class.all().forEach((...args) => callback(...args)); }