UNPKG

weaviate-client

Version:
7 lines (6 loc) 194 B
export type { Sort } from './types.js'; import { Sorting } from './classes.js'; import { Sort } from './types.js'; declare const sort: <T>() => Sort<T>; export default sort; export { Sorting };