monorepon't

This commit is contained in:
MapleLeaf
2021-12-20 20:18:18 -06:00
parent 628c4b23d7
commit e2ea46a18f
32 changed files with 66 additions and 91 deletions

View File

@@ -1,5 +0,0 @@
import { toError } from "./to-error.js"
export function raise(error: unknown): never {
throw toError(error)
}