UNPKG

@ntegral/nestjs-lulu

Version:

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

6 lines (5 loc) 192 B
import { LuluService, LuluConfigOptions } from '@ntegral/lulu'; export function createLuluClient(options: LuluConfigOptions){ const client = new LuluService(options); return client; }