@shutootaki/gwm
Version:
git worktree manager CLI
5 lines • 311 B
TypeScript
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