arch property

Arch get arch

Instruction set architecture that the Deno CLI was built for.

Implementation

_i4.Arch get arch => _i4.Arch.values.byName(_i3.getProperty(
      this,
      'arch',
    ));
set arch (Arch value)

Implementation

set arch(_i4.Arch value) {
  _i3.setProperty(
    this,
    'arch',
    value.name,
  );
}