PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/es/serializable/primitives

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

import { Primitives } from './primatives';
import { TypeSymbols } from '../constants';
export declare class Short extends Primitives {
    private readonly short;
    _type: TypeSymbols;
    constructor(short: number);
    static fromBytes(buf: Uint8Array): [Short, Uint8Array];
    toJSON(): string;
    toBytes(): Uint8Array;
    value(): number;
}
//# sourceMappingURL=short.d.ts.map

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


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