UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

4 lines (3 loc) 263 B
import { type WhookMain } from '../types/base.js'; export type WhookEnvironmentsConfig = 'all' | WhookMain['AppEnv'][] | undefined; export declare function checkEnvironment(environments: WhookEnvironmentsConfig, currentEnvironment: WhookMain['AppEnv']): boolean;