UNPKG

@feathersjs/adapter-commons

Version:

Shared database adapter utility functions

7 lines (6 loc) 251 B
import { Params } from '@feathersjs/feathers'; export * from './declarations'; export * from './service'; export * from './query'; export * from './sort'; export declare function select(params: Params, ...otherFields: string[]): (result: any) => any;