Check out v4 of the Fauna CLI

v4 of the Fauna CLI is now in beta.

The new version introduces enhancements to the developer experience, including an improved authentication workflow. To get started, check out the CLI v4 quick start.

Query.isEnvTypechecked()

Test if the current database is typechecked.

Signature

Query.isEnvTypechecked() => Boolean

Description

The isEnvTypechecked() method tests if the current database is typechecked.

Parameters

None

Return value

Type Description

Boolean

Typechecked status:
true = The current database is typechecked.
false = The current database isn’t typechecked.

Examples

Query.isEnvTypechecked()
true

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!