UNPKG

@stoqey/sofa

Version:
13 lines (12 loc) 342 B
import { SofaArgs } from './connection'; export * from './model'; export * from './connection'; export * from './query'; export * from './search'; export * from './pagination'; /** * Main function to start Sofa * @param @interface SofaArgs */ export declare const startSofa: (args: SofaArgs) => Promise<boolean>; export default startSofa;