D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
alt-nodejs19
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
x509
/
asn1
/
Filename :
parse.d.ts
back
Copy
/// <reference types="node" /> export declare function parseInteger(buf: Buffer): bigint; export declare function parseStringASCII(buf: Buffer): string; export declare function parseTime(buf: Buffer, shortYear: boolean): Date; export declare function parseOID(buf: Buffer): string; export declare function parseBoolean(buf: Buffer): boolean; export declare function parseBitString(buf: Buffer): number[];