UNPKG

@iaminfinity/express-cassandra

Version:

Nest - modern, fast, powerful node.js web framework (@express-cassandra)

4 lines (3 loc) 249 B
import { ConnectionOptions, Connection } from './orm'; import { Provider } from '@nestjs/common'; export declare function createExpressCassandraProviders(entities?: Function[], connection?: Connection | ConnectionOptions | string): Provider<any>[];