UNPKG

@shutootaki/gwm

Version:
7 lines 199 B
/** * テスト環境かどうかを判定 * * Vitest または Jest 実行時に true を返す */ export declare function isTestEnvironment(): boolean; //# sourceMappingURL=environment.d.ts.map