We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d47f3a commit d561c2cCopy full SHA for d561c2c
packages/action-listener-middleware/src/job.ts
@@ -1,3 +1,5 @@
1
+// Source: https://github.com/ethossoftworks/job-ts
2
+
3
import { Outcome } from './outcome'
4
import type { Error as OutcomeError } from './outcome'
5
packages/action-listener-middleware/src/outcome.ts
+// Source: https://github.com/ethossoftworks/outcome-ts
const outcomeSymbol = Symbol()
export class Ok<T> {
0 commit comments