UNPKG

semantic-release-npm-workspaces-monorepo

Version:
3 lines (2 loc) 165 B
export declare function readCacheStorage(): Promise<Record<string, string>>; export declare function writeCacheStorage(data: Record<string, string>): Promise<void>;