UNPKG

nest-shrimpy

Version:

Shrimpy wrapper for NestJS

6 lines (5 loc) 194 B
import { NestShrimpyOptions } from './interfaces'; export declare function createNestShrimpyProviders(options: NestShrimpyOptions): { provide: string; useValue: NestShrimpyOptions; }[];