api
Version:
Magical SDK generation from an OpenAPI definition 🪄
8 lines • 299 B
TypeScript
/**
* Small check to ensure we're in a safe CI environment.
*
* The reason we have this weird conditional logic is because we run our tests in
* a CI environment and we don't want false positives when running tests.
*/
export default function isCI(): boolean;
//# sourceMappingURL=isCI.d.ts.map