Skip to main content
Module

x/bcdeno_api/src/types/type_util.ts>TypeListObject

🎲 Use BCDice-API from Deno easily
Latest
type alias TypeListObject
import { type TypeListObject } from "https://deno.land/x/bcdeno_api@v1.1.1/src/types/type_util.ts";
definition: { [key: string]:
| "undefined"
| "object"
| "boolean"
| "number"
| "bigint"
| "string"
| "symbol"
| "function"
; }