UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

6 lines (5 loc) 139 B
export function assertNonArray(value) { if (Array.isArray(value)) { throw new TypeError('Expected a non-array value'); } }