Skip to main content
Deno 2 is finally here 🎉️
Learn more
->
Dismiss
Products
Open Source
Deno
Modern runtime for JavaScript and TypeScript
Fresh
Web framework designed for the edge
JSR
TypeScript-first ESM package registry
Commercial
Deno for Enterprise
Enterprise support for runtime projects
Deploy
Easy serverless hosting for your JavaScript projects
Subhosting
Securely run untrusted code in a scalable sandbox
Docs
Modules
Standard Library
JSR
Node.js & npm
Current path
deno.land/x
Community
Discord
GitHub
X
YouTube
Mastodon
Blog
Search…
⌘K
Module
x
/
careful
/
mod.ts
>
Right
#
mL
Safe containerization of values for TypeScript
sevapp/careful
Version
Latest
v0.1.0
v0.0.4-alpha
v0.0.3-alpha
v0.0.2-alpha
v0.0.1-alpha
Menu
src
mod.ts
(default module)
c
Container
c
EitherAbstract
c
IO
c
Left
c
None
c
OptionAbstract
c
Right
c
Some
T
AnyEffect
T
AsyncEffect
T
Effect
T
Either
T
EitherError
T
ErrorOr
T
NonNullable
T
NullOr
T
Option
T
OptionError
T
PromiseErrorOr
T
PromiseNullOr
v
left
v
none
v
pipe
v
right
v
some
f
compose
f
curry
deps.ts
N
uuid
method
Right.prototype.mL
import
{
Right
}
from
"https://deno.land/x/careful@v0.1.0/mod.ts"
;
mL
()