UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

5 lines (4 loc) 219 B
/// <reference types="node" /> import { X509Certificate } from 'crypto'; export declare function readCertFromCertStr(cert: string): X509Certificate; export declare const isValidCert: (cert: X509Certificate) => boolean;