quartz/wallet/node_modules/ts-enum-util/dist/es/createUnhandledEntryError.js
2022-03-04 20:05:23 +08:00

4 lines
178 B
JavaScript

export function createUnhandledEntryError(unhandledValue) {
return new Error("Unhandled value: " + unhandledValue);
}
//# sourceMappingURL=createUnhandledEntryError.js.map