UNPKG

@mightyplow/jslib

Version:

js helpers library

11 lines (6 loc) 551 B
export { chunkedForEach, ensureArray, arraysEqual, flatten, getDefinedValues, head, split, tail, toArray, unique } from './array'; export { argsToArray, checkTypes, combine, curry, debounce, enqueueWithResults, enqueue, identity, measureTime, memoize, noop, promisify } from './function'; export { createLinkTag } from './html'; export { toBool, append, ciCompare } from './string'; export { defaults, extract, filter, fromArray, merge, prop, removeProp } from './object'; export { isRuleType, getRules, createStylesheetAst } from './stylesheet';