UNPKG

@t3ned/channel

Version:

Ergonomic, chaining-based Typescript framework for quick API development for Fastify

8 lines 279 B
import { ChannelError } from "./ChannelError"; export declare class MissingEnvVariableError extends ChannelError { /** * @param envVariable The name of the env variable */ constructor(envVariable: string); } //# sourceMappingURL=MissingEnvVariableError.d.ts.map