UNPKG

@buka/nestjs-config

Version:
8 lines (7 loc) 155 B
import { Transform } from 'class-transformer'; /** * @deprecated */ export function StaticConfig() { return Transform(({ key, obj }) => obj[key]); }