CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
collection.default.js38 linesDownload Raw Back to lodash-es
1import countBy from './countBy.js';2import each from './each.js';3import eachRight from './eachRight.js';4import every from './every.js';5import filter from './filter.js';6import find from './find.js';7import findLast from './findLast.js';8import flatMap from './flatMap.js';9import flatMapDeep from './flatMapDeep.js';10import flatMapDepth from './flatMapDepth.js';11import forEach from './forEach.js';12import forEachRight from './forEachRight.js';13import groupBy from './groupBy.js';14import includes from './includes.js';15import invokeMap from './invokeMap.js';16import keyBy from './keyBy.js';17import map from './map.js';18import orderBy from './orderBy.js';19import partition from './partition.js';20import reduce from './reduce.js';21import reduceRight from './reduceRight.js';22import reject from './reject.js';23import sample from './sample.js';24import sampleSize from './sampleSize.js';25import shuffle from './shuffle.js';26import size from './size.js';27import some from './some.js';28import sortBy from './sortBy.js';29 30export default {31  countBy, each, eachRight, every, filter,32  find, findLast, flatMap, flatMapDeep, flatMapDepth,33  forEach, forEachRight, groupBy, includes, invokeMap,34  keyBy, map, orderBy, partition, reduce,35  reduceRight, reject, sample, sampleSize, shuffle,36  size, some, sortBy37};38 
basant307/AI_Governance_Project · CoolFace