MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / constructor

Method constructor

examples/extern/gmath.bundle.js:4–6  ·  view source on GitHub ↗
(value = 0)

Source from the content-addressed store, hash-verified

2 static turn;
3 value;
4 constructor(value = 0){
5 this.value = value;
6 }
7}
8class Rad extends Angle {
9 static turn = 2 * Math.PI;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected