Fix import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {Result, State} from 'result'
|
||||
export {State} from 'result'
|
||||
import {Result, State} from 'rust/src/result'
|
||||
export {State}
|
||||
|
||||
// @ts-expect-error
|
||||
export class WebResult<T> extends Result<T, number> {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"result": "git+https://git.pband.ch/typescript/result.git"
|
||||
"rust": "git+https://git.pband.ch/typescript/rust.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.1.2"
|
||||
|
||||
Reference in New Issue
Block a user