fbsim-core 1.0.0-beta.2

A library for american football simulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://typedoc.org/schema.json",
  "entryPoints": ["./pkg/web/fbsim_core.d.ts"],
  "out": "docs-js",
  "name": "fbsim-core JavaScript & TypeScript API",
  "excludePrivate": true,
  "includeVersion": true,
  "compilerOptions": {
    "lib": ["ES2015", "DOM"]
  },
  "highlightLanguages": ["typescript", "javascript", "rust", "bash", "sh"]
}