返回 CodeWhale
check-cloud-facts.d.mts
根目录 / web / scripts / check-cloud-facts.d.mts
1 import type { TrustedKey } from "../lib/cloud-facts/keys";
2 export function parseRustKeys(text: string): TrustedKey[];
3 export function parseTsKeys(text: string): TrustedKey[];
4 export function checkCloudFacts(): { failures: string[]; factsVersion: number; activeKeys: number };
5
5 lines Plain Text