UNPKG

@fjell/core

Version:

Core Item and Key Framework for Fjell

13 lines (12 loc) 1.21 kB
export { IQFactory } from './item/IQFactory'; export { IFactory } from './item/IFactory'; export { AItemService } from "./AItemService"; export { createCoordinate } from "./Coordinate"; export * from "./dictionary"; export type { Coordinate, Item, ItemTypeArray, PriKey, ComKey, LocKey, LocKeyArray, ItemQuery, AllOptions, CreateOptions, UpdateOptions, FindOptions, PaginationOptions } from "@fjell/types"; export { isComKey, isPriKey, createNormalizedHashFunction, isPriKeyEqualNormalized, isLocKeyEqualNormalized, isComKeyEqualNormalized, isItemKeyEqualNormalized, isItemKeyEqual, isPriKeyEqual, isLocKeyEqual, isComKeyEqual, isItemKey, isLocKey, generateKeyArray, constructPriKey, cPK, toKeyTypeArray, extractKeyTypeArray, abbrevIK, abbrevLKA, primaryType, itemKeyToLocKeyArray, ikToLKA, locKeyArrayToItemKey, isValidPriKey, isValidLocKey, isValidLocKeyArray, isValidComKey, isValidItemKey, lkaToIK } from './key/KUtils'; export { queryToParams, paramsToQuery, isQueryMatch, abbrevQuery, abbrevRef, abbrevAgg, abbrevCompoundCondition, abbrevCondition } from './item/IQUtils'; export { isPriItem, isComItem } from './item/IUtils'; export * from './errors'; export * from './operations'; export * from './event';