PHP WebShell

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

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

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

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


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