UNPKG

@vizzuality/layer-manager-utils

Version:
12 lines (9 loc) 234 B
export { fetch, replace, concatenation, substitution, isEmpty, omit, } from './src'; export type QueryParams = { [key:string]: unknown; }; export type WhereQueryParams = { [key: string]: Record<string, unknown | unknown[]> };