UNPKG

@roadmanjs/couchset

Version:

A Couchbase roadman using CouchSet

5 lines (4 loc) 215 B
import { CouchsetArgs } from 'couchset'; export declare const connectionOptions: CouchsetArgs; export declare const startCouchbase: () => Promise<boolean>; export declare const startCouchbaseServerless: () => void;