UNPKG

@nestjs/common

Version:

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

7 lines (6 loc) 170 B
/** * Indicates that this will work for any version passed in the request, or no version. * * @publicApi */ export const VERSION_NEUTRAL = Symbol('VERSION_NEUTRAL');