UNPKG

@atproto/repo

Version:

atproto repo and MST implementation

7 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlobNotFoundError = void 0; class BlobNotFoundError extends Error { } exports.BlobNotFoundError = BlobNotFoundError; //# sourceMappingURL=types.js.map