UNPKG

@discoveryjs/discovery

Version:

Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

16 lines (15 loc) 710 B
export * as base64 from './base64.js'; export { equal, deepEqual } from './compare.js'; export { debounce } from './debounce.js'; export { randomId } from './id.js'; export { escapeHtml, numDelim } from './html.js'; export type { TypedArray } from './is-type.js'; export { isTypedArray, isArray, isSet, isRegExp } from './is-type.js'; export { jsonStringifyAsJavaScript, jsonStringifyInfo } from './json.js'; export type * from './load-data.js'; export * from './load-data.js'; export type * from './logger.js'; export { Logger } from './logger.js'; export { objectToString, hasOwn } from './object-utils.js'; export { match, matchAll } from './pattern.js'; export { safeFilterRx } from './safe-filter-rx.js';