Add Result type
All checks were successful
Lint / lint (push) Successful in 44s

This commit is contained in:
Julien Valverdé
2025-10-27 11:33:15 +01:00
parent 2094f254b3
commit 308025d662
3 changed files with 101 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ export * as Form from "./Form.js"
export * as Memoized from "./Memoized.js"
export * as PropertyPath from "./PropertyPath.js"
export * as ReactRuntime from "./ReactRuntime.js"
export * as Result from "./Result.js"
export * as SetStateAction from "./SetStateAction.js"
export * as Stream from "./Stream.js"
export * as Subscribable from "./Subscribable.js"