// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
util
[ PARENT ]
EDIT :: pem.d.ts
/// <reference types="node" /> export declare function toDER(certificate: string): Buffer; export declare function fromDER(certificate: Buffer, type?: string): string;
SAVE
CANCEL