@nph.muller/next-runtime-env
Version:
Next.js Runtime Environment Configuration - Populates your environment at runtime rather than build time.
11 lines (10 loc) • 360 B
TypeScript
export declare const prefixes: {
readonly error: string;
readonly warn: string;
readonly info: string;
readonly event: string;
};
export declare function error(message: string): void;
export declare function warn(message: string): void;
export declare function info(message: string): void;
export declare function event(message: string): void;