UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

6 lines 248 B
export function checkEnvironment(environments, currentEnvironment) { return (typeof environments === 'undefined' || 'all' === environments || environments.includes(currentEnvironment)); } //# sourceMappingURL=environments.js.map