UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

6 lines 240 B
export type CertificateBundle = { certificate: string; privateKey: string; }; export declare const parseP12Certificate: (certificate: string, p12Password: string) => Promise<CertificateBundle>; //# sourceMappingURL=p12.util.d.ts.map