build property

dynamic get build

Information related to the build of the current Deno runtime.

Users are discouraged from code branching based on this information, as assumptions about what is available in what build environment might change over time. Developers should specifically sniff out the features they intend to use.

The intended use for the information is for logging and debugging purposes.

Implementation

_i2.dynamic get build => _i3.getProperty(
      this,
      'build',
    );