UNPKG

enviroment-adviser

Version:

A permanent toast that notifies you that you are not in production

7 lines (6 loc) 194 B
export declare function showEnvironmentAdviser(options?: { scale?: number; opacity?: number; animation?: 'none' | 'slide' | 'spin' | 'pulse'; transitionSpeed?: number; }): void;