UNPKG

@julo-ui/function-utils

Version:

Function Utilities across Julo UI package

6 lines (5 loc) 267 B
export { default as callAllFn } from './call-all-fn.js'; export { default as isFn } from './is-fn.js'; export { default as _noop } from './noop.js'; export { default as runIfFn } from './run-if-fn.js'; export { default as isTrullyEmpty } from './is-trully-empty.js';