UNPKG

@shutootaki/gwm

Version:
5 lines 311 B
export type { TrustCache, TrustedRepo, TrustStatus } from './types.js'; export { computeFileHash } from './hash.js'; export { getTrustCachePath, loadTrustCache, saveTrustCache, trustRepository, getTrustedInfo, } from './cache.js'; export { verifyTrust } from './verifier.js'; //# sourceMappingURL=index.d.ts.map