UNPKG

@ntegral/nestjs-lulu

Version:

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

9 lines (8 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const lulu_1 = require("@ntegral/lulu"); function createLuluClient(options) { const client = new lulu_1.LuluService(options); return client; } exports.createLuluClient = createLuluClient;