UNPKG

@t3ned/channel

Version:

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

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