UNPKG

netkitty

Version:
10 lines 615 B
export declare const Int8ToBERHex: (value: number) => string; export declare const Int16ToBERHex: (value: number) => string; export declare const Int32ToBERHex: (value: number) => string; export declare const Int64ToBERHex: (value: bigint) => string; export declare const UInt8ToBERHex: (value: number) => string; export declare const UInt16ToBERHex: (value: number) => string; export declare const UInt32ToBERHex: (value: number) => string; export declare const UInt64ToBERHex: (value: bigint) => string; export declare const Float32ToBERHex: (value: number) => string; //# sourceMappingURL=NumberToBERHex.d.ts.map