UNPKG

@atproto/repo

Version:

atproto repo and MST implementation

8 lines 277 B
"use strict"; /* eslint-disable import/no-deprecated */ Object.defineProperty(exports, "__esModule", { value: true }); exports.BlobNotFoundError = void 0; class BlobNotFoundError extends Error { } exports.BlobNotFoundError = BlobNotFoundError; //# sourceMappingURL=types.js.map