Files
ansiblings/packages/keyman/dist/keyman.utils.d.ts
T
Benjamin Diedrichsen 736c01216a initial transfer
2026-07-27 13:09:00 +02:00

7 lines
248 B
TypeScript

/**
* Extracts the public key from an age key file.
* @param keyFilePath Path to the age key file.
* @returns The public key as a string, or null if not found.
*/
export declare function extractAgePublicKey(keyFilePath: string): string | null;