PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/simple-cbor/encoders

Просмотр файла: bigint.d.ts

import { CborEncoder, CborValue } from "../src/index";
export declare class BigIntEncoder implements CborEncoder<BigInt> {
    constructor();
    readonly name = "bigint";
    readonly priority = -10;
    match(value: any): boolean;
    encode(v: bigint): CborValue;
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!