Skip to main content
Module

x/mtkruto/mod.ts>types.JsonNumber

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.JsonNumber
extends TypeJSONValue
import { types } from "https://deno.land/x/mtkruto@0.0.988/mod.ts";
const { JsonNumber } = types;

Constructors

new
JsonNumber(params: { value: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
value: number

Static Properties

readonly
[paramDesc]: ParamDesc