Creature.prototype.record(expected: Float32Array): Map<string, DiscoverRecord>
Creature.prototype.record(expected: Float32Array): Map<string, DiscoverRecord>
Add Package
deno add jsr:@stsoftware/neat-ai
Import symbol
import { Creature } from "@stsoftware/neat-ai";
---- OR ----
Import directly with a jsr specifier
import { Creature } from "jsr:@stsoftware/neat-ai";