@speckle/shared
Version:
Shared code between various Speckle JS packages
7 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnformattableSerializedViewerStateError = void 0;
class UnformattableSerializedViewerStateError extends Error {
}
exports.UnformattableSerializedViewerStateError = UnformattableSerializedViewerStateError;
//# sourceMappingURL=index.js.map