UNPKG

@freeword/meta

Version:

Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.

7 lines 328 B
import _ /**/ from 'lodash'; import { iterfunc, azalnumbar } from "../consts/AllPrimchecks.js"; // export * from "./BootChecks.js"; export * from "../consts/PrimshapeChecks.js"; export const funcOrKey = azalnumbar.or(iterfunc).describe('collection function or key of collection element'); //# sourceMappingURL=BasicChecks.js.map