UNPKG

@ntegral/nestjs-lulu

Version:

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

6 lines (5 loc) 152 B
import { Inject } from '@nestjs/common'; import { LULU_TOKEN } from "./lulu.constants"; export function InjectLulu() { return Inject(LULU_TOKEN); }