📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 03:56:44
📂
/
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
x509
/
asn1
✏️
Editing: parse.d.ts
/// <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[];
💾 Save Changes
❌ Cancel