UNPKG

@ntegral/nestjs-lulu

Version:

Provides an injectable lulu api client to provide features to the Lulu API

3 lines (2 loc) 147 B
import { LuluService, LuluConfigOptions } from '@ntegral/lulu'; export declare function createLuluClient(options: LuluConfigOptions): LuluService;