@resultsafe/core-fp-result 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/package.json +18 -52
- package/dist/LICENSE +0 -21
- package/dist/README.md +0 -273
- package/dist/README.ru.md +0 -278
- package/dist/docs/_category_.json +0 -6
- package/dist/docs/api/README.md +0 -9
- package/dist/docs/api/constructors/Err.md +0 -58
- package/dist/docs/api/constructors/Ok.md +0 -58
- package/dist/docs/api/constructors/index.md +0 -7
- package/dist/docs/api/guards/index.md +0 -9
- package/dist/docs/api/guards/isErr.md +0 -58
- package/dist/docs/api/guards/isErrAnd.md +0 -64
- package/dist/docs/api/guards/isOk.md +0 -58
- package/dist/docs/api/guards/isOkAnd.md +0 -64
- package/dist/docs/api/index.md +0 -9
- package/dist/docs/api/methods/andThen.md +0 -73
- package/dist/docs/api/methods/err.md +0 -58
- package/dist/docs/api/methods/expect.md +0 -68
- package/dist/docs/api/methods/expectErr.md +0 -68
- package/dist/docs/api/methods/flatten.md +0 -58
- package/dist/docs/api/methods/index.md +0 -24
- package/dist/docs/api/methods/inspect.md +0 -64
- package/dist/docs/api/methods/inspectErr.md +0 -64
- package/dist/docs/api/methods/map.md +0 -70
- package/dist/docs/api/methods/mapErr.md +0 -70
- package/dist/docs/api/methods/match.md +0 -76
- package/dist/docs/api/methods/ok.md +0 -58
- package/dist/docs/api/methods/orElse.md +0 -70
- package/dist/docs/api/methods/tap.md +0 -64
- package/dist/docs/api/methods/tapErr.md +0 -64
- package/dist/docs/api/methods/transpose.md +0 -58
- package/dist/docs/api/methods/unwrap.md +0 -62
- package/dist/docs/api/methods/unwrapErr.md +0 -62
- package/dist/docs/api/methods/unwrapOr.md +0 -64
- package/dist/docs/api/methods/unwrapOrElse.md +0 -64
- package/dist/docs/api/modules.md +0 -10
- package/dist/docs/api/refiners/index.md +0 -14
- package/dist/docs/api/refiners/isTypedVariant.md +0 -62
- package/dist/docs/api/refiners/isTypedVariantOf.md +0 -68
- package/dist/docs/api/refiners/matchVariant.md +0 -59
- package/dist/docs/api/refiners/matchVariantStrict.md +0 -63
- package/dist/docs/api/refiners/refineAsyncResult.md +0 -98
- package/dist/docs/api/refiners/refineAsyncResultU.md +0 -86
- package/dist/docs/api/refiners/refineResult.md +0 -98
- package/dist/docs/api/refiners/refineResultU.md +0 -86
- package/dist/docs/api/refiners/refineVariantMap.md +0 -79
- package/dist/docs/api/type-aliases/Handler.md +0 -49
- package/dist/docs/api/type-aliases/MatchBuilder.md +0 -57
- package/dist/docs/api/type-aliases/Matcher.md +0 -71
- package/dist/docs/api/type-aliases/SyncRefinedResult.md +0 -31
- package/dist/docs/api/type-aliases/SyncRefinedResultUnion.md +0 -21
- package/dist/docs/api/type-aliases/SyncValidatorMap.md +0 -17
- package/dist/docs/api/type-aliases/UniversalAsyncRefinedResult.md +0 -31
- package/dist/docs/api/type-aliases/UniversalRefinedResult.md +0 -31
- package/dist/docs/api/type-aliases/VariantOf.md +0 -23
- package/dist/docs/api/type-aliases/index.md +0 -14
- package/dist/docs/assets/logo.svg +0 -93
- package/dist/docs/examples/_category_.json +0 -4
- package/dist/docs/examples/auth/_category_.json +0 -4
- package/dist/docs/examples/auth/index.md +0 -3
- package/dist/docs/examples/auth/token.md +0 -5
- package/dist/docs/examples/connection/_category_.json +0 -4
- package/dist/docs/examples/connection/connect.md +0 -5
- package/dist/docs/examples/connection/index.md +0 -3
- package/dist/docs/examples/connection/reconnect.md +0 -5
- package/dist/docs/examples/errors/_category_.json +0 -4
- package/dist/docs/examples/errors/index.md +0 -3
- package/dist/docs/examples/errors/retry.md +0 -5
- package/dist/docs/examples/index.md +0 -9
- package/dist/docs/examples/streaming/_category_.json +0 -4
- package/dist/docs/examples/streaming/index.md +0 -3
- package/dist/docs/examples/streaming/text.md +0 -5
- package/dist/package.json +0 -37
- /package/{dist/cjs → cjs}/constructors/Err.js +0 -0
- /package/{dist/cjs → cjs}/constructors/Err.js.map +0 -0
- /package/{dist/cjs → cjs}/constructors/Ok.js +0 -0
- /package/{dist/cjs → cjs}/constructors/Ok.js.map +0 -0
- /package/{dist/cjs → cjs}/guards/isErr.js +0 -0
- /package/{dist/cjs → cjs}/guards/isErr.js.map +0 -0
- /package/{dist/cjs → cjs}/guards/isErrAnd.js +0 -0
- /package/{dist/cjs → cjs}/guards/isErrAnd.js.map +0 -0
- /package/{dist/cjs → cjs}/guards/isOk.js +0 -0
- /package/{dist/cjs → cjs}/guards/isOk.js.map +0 -0
- /package/{dist/cjs → cjs}/guards/isOkAnd.js +0 -0
- /package/{dist/cjs → cjs}/guards/isOkAnd.js.map +0 -0
- /package/{dist/cjs → cjs}/index.js +0 -0
- /package/{dist/cjs → cjs}/index.js.map +0 -0
- /package/{dist/cjs → cjs}/internal/object.js +0 -0
- /package/{dist/cjs → cjs}/internal/object.js.map +0 -0
- /package/{dist/cjs → cjs}/internal/option.js +0 -0
- /package/{dist/cjs → cjs}/internal/option.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/andThen.js +0 -0
- /package/{dist/cjs → cjs}/methods/andThen.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/err.js +0 -0
- /package/{dist/cjs → cjs}/methods/err.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/expect.js +0 -0
- /package/{dist/cjs → cjs}/methods/expect.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/expectErr.js +0 -0
- /package/{dist/cjs → cjs}/methods/expectErr.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/flatten.js +0 -0
- /package/{dist/cjs → cjs}/methods/flatten.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/inspect.js +0 -0
- /package/{dist/cjs → cjs}/methods/inspect.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/inspectErr.js +0 -0
- /package/{dist/cjs → cjs}/methods/inspectErr.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/map.js +0 -0
- /package/{dist/cjs → cjs}/methods/map.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/mapErr.js +0 -0
- /package/{dist/cjs → cjs}/methods/mapErr.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/match.js +0 -0
- /package/{dist/cjs → cjs}/methods/match.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/ok.js +0 -0
- /package/{dist/cjs → cjs}/methods/ok.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/orElse.js +0 -0
- /package/{dist/cjs → cjs}/methods/orElse.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/tap.js +0 -0
- /package/{dist/cjs → cjs}/methods/tap.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/tapErr.js +0 -0
- /package/{dist/cjs → cjs}/methods/tapErr.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/transpose.js +0 -0
- /package/{dist/cjs → cjs}/methods/transpose.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/unwrap.js +0 -0
- /package/{dist/cjs → cjs}/methods/unwrap.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/unwrapErr.js +0 -0
- /package/{dist/cjs → cjs}/methods/unwrapErr.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/unwrapOr.js +0 -0
- /package/{dist/cjs → cjs}/methods/unwrapOr.js.map +0 -0
- /package/{dist/cjs → cjs}/methods/unwrapOrElse.js +0 -0
- /package/{dist/cjs → cjs}/methods/unwrapOrElse.js.map +0 -0
- /package/{dist/cjs → cjs}/package.json +0 -0
- /package/{dist/cjs → cjs}/refiners/isTypedVariant.js +0 -0
- /package/{dist/cjs → cjs}/refiners/isTypedVariant.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/isTypedVariantOf.js +0 -0
- /package/{dist/cjs → cjs}/refiners/isTypedVariantOf.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/matchVariant.js +0 -0
- /package/{dist/cjs → cjs}/refiners/matchVariant.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/matchVariantStrict.js +0 -0
- /package/{dist/cjs → cjs}/refiners/matchVariantStrict.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/refineAsyncResult.js +0 -0
- /package/{dist/cjs → cjs}/refiners/refineAsyncResult.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/refineAsyncResultU.js +0 -0
- /package/{dist/cjs → cjs}/refiners/refineAsyncResultU.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/refineResult.js +0 -0
- /package/{dist/cjs → cjs}/refiners/refineResult.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/refineResultU.js +0 -0
- /package/{dist/cjs → cjs}/refiners/refineResultU.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/refineVariantMap.js +0 -0
- /package/{dist/cjs → cjs}/refiners/refineVariantMap.js.map +0 -0
- /package/{dist/cjs → cjs}/refiners/utils/getPayloadKeys.js +0 -0
- /package/{dist/cjs → cjs}/refiners/utils/getPayloadKeys.js.map +0 -0
- /package/{dist/esm → esm}/constructors/Err.js +0 -0
- /package/{dist/esm → esm}/constructors/Err.js.map +0 -0
- /package/{dist/esm → esm}/constructors/Ok.js +0 -0
- /package/{dist/esm → esm}/constructors/Ok.js.map +0 -0
- /package/{dist/esm → esm}/guards/isErr.js +0 -0
- /package/{dist/esm → esm}/guards/isErr.js.map +0 -0
- /package/{dist/esm → esm}/guards/isErrAnd.js +0 -0
- /package/{dist/esm → esm}/guards/isErrAnd.js.map +0 -0
- /package/{dist/esm → esm}/guards/isOk.js +0 -0
- /package/{dist/esm → esm}/guards/isOk.js.map +0 -0
- /package/{dist/esm → esm}/guards/isOkAnd.js +0 -0
- /package/{dist/esm → esm}/guards/isOkAnd.js.map +0 -0
- /package/{dist/esm → esm}/index.js +0 -0
- /package/{dist/esm → esm}/index.js.map +0 -0
- /package/{dist/esm → esm}/internal/object.js +0 -0
- /package/{dist/esm → esm}/internal/object.js.map +0 -0
- /package/{dist/esm → esm}/internal/option.js +0 -0
- /package/{dist/esm → esm}/internal/option.js.map +0 -0
- /package/{dist/esm → esm}/methods/andThen.js +0 -0
- /package/{dist/esm → esm}/methods/andThen.js.map +0 -0
- /package/{dist/esm → esm}/methods/err.js +0 -0
- /package/{dist/esm → esm}/methods/err.js.map +0 -0
- /package/{dist/esm → esm}/methods/expect.js +0 -0
- /package/{dist/esm → esm}/methods/expect.js.map +0 -0
- /package/{dist/esm → esm}/methods/expectErr.js +0 -0
- /package/{dist/esm → esm}/methods/expectErr.js.map +0 -0
- /package/{dist/esm → esm}/methods/flatten.js +0 -0
- /package/{dist/esm → esm}/methods/flatten.js.map +0 -0
- /package/{dist/esm → esm}/methods/inspect.js +0 -0
- /package/{dist/esm → esm}/methods/inspect.js.map +0 -0
- /package/{dist/esm → esm}/methods/inspectErr.js +0 -0
- /package/{dist/esm → esm}/methods/inspectErr.js.map +0 -0
- /package/{dist/esm → esm}/methods/map.js +0 -0
- /package/{dist/esm → esm}/methods/map.js.map +0 -0
- /package/{dist/esm → esm}/methods/mapErr.js +0 -0
- /package/{dist/esm → esm}/methods/mapErr.js.map +0 -0
- /package/{dist/esm → esm}/methods/match.js +0 -0
- /package/{dist/esm → esm}/methods/match.js.map +0 -0
- /package/{dist/esm → esm}/methods/ok.js +0 -0
- /package/{dist/esm → esm}/methods/ok.js.map +0 -0
- /package/{dist/esm → esm}/methods/orElse.js +0 -0
- /package/{dist/esm → esm}/methods/orElse.js.map +0 -0
- /package/{dist/esm → esm}/methods/tap.js +0 -0
- /package/{dist/esm → esm}/methods/tap.js.map +0 -0
- /package/{dist/esm → esm}/methods/tapErr.js +0 -0
- /package/{dist/esm → esm}/methods/tapErr.js.map +0 -0
- /package/{dist/esm → esm}/methods/transpose.js +0 -0
- /package/{dist/esm → esm}/methods/transpose.js.map +0 -0
- /package/{dist/esm → esm}/methods/unwrap.js +0 -0
- /package/{dist/esm → esm}/methods/unwrap.js.map +0 -0
- /package/{dist/esm → esm}/methods/unwrapErr.js +0 -0
- /package/{dist/esm → esm}/methods/unwrapErr.js.map +0 -0
- /package/{dist/esm → esm}/methods/unwrapOr.js +0 -0
- /package/{dist/esm → esm}/methods/unwrapOr.js.map +0 -0
- /package/{dist/esm → esm}/methods/unwrapOrElse.js +0 -0
- /package/{dist/esm → esm}/methods/unwrapOrElse.js.map +0 -0
- /package/{dist/esm → esm}/refiners/isTypedVariant.js +0 -0
- /package/{dist/esm → esm}/refiners/isTypedVariant.js.map +0 -0
- /package/{dist/esm → esm}/refiners/isTypedVariantOf.js +0 -0
- /package/{dist/esm → esm}/refiners/isTypedVariantOf.js.map +0 -0
- /package/{dist/esm → esm}/refiners/matchVariant.js +0 -0
- /package/{dist/esm → esm}/refiners/matchVariant.js.map +0 -0
- /package/{dist/esm → esm}/refiners/matchVariantStrict.js +0 -0
- /package/{dist/esm → esm}/refiners/matchVariantStrict.js.map +0 -0
- /package/{dist/esm → esm}/refiners/refineAsyncResult.js +0 -0
- /package/{dist/esm → esm}/refiners/refineAsyncResult.js.map +0 -0
- /package/{dist/esm → esm}/refiners/refineAsyncResultU.js +0 -0
- /package/{dist/esm → esm}/refiners/refineAsyncResultU.js.map +0 -0
- /package/{dist/esm → esm}/refiners/refineResult.js +0 -0
- /package/{dist/esm → esm}/refiners/refineResult.js.map +0 -0
- /package/{dist/esm → esm}/refiners/refineResultU.js +0 -0
- /package/{dist/esm → esm}/refiners/refineResultU.js.map +0 -0
- /package/{dist/esm → esm}/refiners/refineVariantMap.js +0 -0
- /package/{dist/esm → esm}/refiners/refineVariantMap.js.map +0 -0
- /package/{dist/esm → esm}/refiners/utils/getPayloadKeys.js +0 -0
- /package/{dist/esm → esm}/refiners/utils/getPayloadKeys.js.map +0 -0
- /package/{dist/types → types}/constructors/Err.d.ts +0 -0
- /package/{dist/types → types}/constructors/Err.d.ts.map +0 -0
- /package/{dist/types → types}/constructors/Ok.d.ts +0 -0
- /package/{dist/types → types}/constructors/Ok.d.ts.map +0 -0
- /package/{dist/types → types}/constructors/index.d.ts +0 -0
- /package/{dist/types → types}/constructors/index.d.ts.map +0 -0
- /package/{dist/types → types}/guards/index.d.ts +0 -0
- /package/{dist/types → types}/guards/index.d.ts.map +0 -0
- /package/{dist/types → types}/guards/isErr.d.ts +0 -0
- /package/{dist/types → types}/guards/isErr.d.ts.map +0 -0
- /package/{dist/types → types}/guards/isErrAnd.d.ts +0 -0
- /package/{dist/types → types}/guards/isErrAnd.d.ts.map +0 -0
- /package/{dist/types → types}/guards/isOk.d.ts +0 -0
- /package/{dist/types → types}/guards/isOk.d.ts.map +0 -0
- /package/{dist/types → types}/guards/isOkAnd.d.ts +0 -0
- /package/{dist/types → types}/guards/isOkAnd.d.ts.map +0 -0
- /package/{dist/types → types}/index.d.ts +0 -0
- /package/{dist/types → types}/index.d.ts.map +0 -0
- /package/{dist/types → types}/internal/object.d.ts +0 -0
- /package/{dist/types → types}/internal/object.d.ts.map +0 -0
- /package/{dist/types → types}/internal/option.d.ts +0 -0
- /package/{dist/types → types}/internal/option.d.ts.map +0 -0
- /package/{dist/types → types}/methods/andThen.d.ts +0 -0
- /package/{dist/types → types}/methods/andThen.d.ts.map +0 -0
- /package/{dist/types → types}/methods/err.d.ts +0 -0
- /package/{dist/types → types}/methods/err.d.ts.map +0 -0
- /package/{dist/types → types}/methods/expect.d.ts +0 -0
- /package/{dist/types → types}/methods/expect.d.ts.map +0 -0
- /package/{dist/types → types}/methods/expectErr.d.ts +0 -0
- /package/{dist/types → types}/methods/expectErr.d.ts.map +0 -0
- /package/{dist/types → types}/methods/flatten.d.ts +0 -0
- /package/{dist/types → types}/methods/flatten.d.ts.map +0 -0
- /package/{dist/types → types}/methods/index.d.ts +0 -0
- /package/{dist/types → types}/methods/index.d.ts.map +0 -0
- /package/{dist/types → types}/methods/inspect.d.ts +0 -0
- /package/{dist/types → types}/methods/inspect.d.ts.map +0 -0
- /package/{dist/types → types}/methods/inspectErr.d.ts +0 -0
- /package/{dist/types → types}/methods/inspectErr.d.ts.map +0 -0
- /package/{dist/types → types}/methods/map.d.ts +0 -0
- /package/{dist/types → types}/methods/map.d.ts.map +0 -0
- /package/{dist/types → types}/methods/mapErr.d.ts +0 -0
- /package/{dist/types → types}/methods/mapErr.d.ts.map +0 -0
- /package/{dist/types → types}/methods/match.d.ts +0 -0
- /package/{dist/types → types}/methods/match.d.ts.map +0 -0
- /package/{dist/types → types}/methods/ok.d.ts +0 -0
- /package/{dist/types → types}/methods/ok.d.ts.map +0 -0
- /package/{dist/types → types}/methods/orElse.d.ts +0 -0
- /package/{dist/types → types}/methods/orElse.d.ts.map +0 -0
- /package/{dist/types → types}/methods/tap.d.ts +0 -0
- /package/{dist/types → types}/methods/tap.d.ts.map +0 -0
- /package/{dist/types → types}/methods/tapErr.d.ts +0 -0
- /package/{dist/types → types}/methods/tapErr.d.ts.map +0 -0
- /package/{dist/types → types}/methods/transpose.d.ts +0 -0
- /package/{dist/types → types}/methods/transpose.d.ts.map +0 -0
- /package/{dist/types → types}/methods/unwrap.d.ts +0 -0
- /package/{dist/types → types}/methods/unwrap.d.ts.map +0 -0
- /package/{dist/types → types}/methods/unwrapErr.d.ts +0 -0
- /package/{dist/types → types}/methods/unwrapErr.d.ts.map +0 -0
- /package/{dist/types → types}/methods/unwrapOr.d.ts +0 -0
- /package/{dist/types → types}/methods/unwrapOr.d.ts.map +0 -0
- /package/{dist/types → types}/methods/unwrapOrElse.d.ts +0 -0
- /package/{dist/types → types}/methods/unwrapOrElse.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/index.d.ts +0 -0
- /package/{dist/types → types}/refiners/index.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/isTypedVariant.d.ts +0 -0
- /package/{dist/types → types}/refiners/isTypedVariant.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/isTypedVariantOf.d.ts +0 -0
- /package/{dist/types → types}/refiners/isTypedVariantOf.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/matchVariant.d.ts +0 -0
- /package/{dist/types → types}/refiners/matchVariant.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/matchVariantStrict.d.ts +0 -0
- /package/{dist/types → types}/refiners/matchVariantStrict.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/refineAsyncResult.d.ts +0 -0
- /package/{dist/types → types}/refiners/refineAsyncResult.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/refineAsyncResultU.d.ts +0 -0
- /package/{dist/types → types}/refiners/refineAsyncResultU.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/refineResult.d.ts +0 -0
- /package/{dist/types → types}/refiners/refineResult.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/refineResultU.d.ts +0 -0
- /package/{dist/types → types}/refiners/refineResultU.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/refineVariantMap.d.ts +0 -0
- /package/{dist/types → types}/refiners/refineVariantMap.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/Handler.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/Handler.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/MatchBuilder.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/MatchBuilder.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/Matcher.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/Matcher.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/SyncRefinedResult.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/SyncRefinedResult.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/SyncRefinedResultUnion.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/SyncRefinedResultUnion.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/SyncValidatorMap.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/SyncValidatorMap.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/UniversalAsyncRefinedResult.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/UniversalAsyncRefinedResult.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/UniversalRefinedResult.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/UniversalRefinedResult.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/VariantOf.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/VariantOf.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/types/index.d.ts +0 -0
- /package/{dist/types → types}/refiners/types/index.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/utils/getPayloadKeys.d.ts +0 -0
- /package/{dist/types → types}/refiners/utils/getPayloadKeys.d.ts.map +0 -0
- /package/{dist/types → types}/refiners/utils/index.d.ts +0 -0
- /package/{dist/types → types}/refiners/utils/index.d.ts.map +0 -0
- /package/{dist/types → types}/shared-types.d.ts +0 -0
- /package/{dist/types → types}/shared-types.d.ts.map +0 -0
- /package/{dist/umd → umd}/resultsafe-monorepo-core-fp-result.umd.js +0 -0
- /package/{dist/umd → umd}/resultsafe-monorepo-core-fp-result.umd.js.map +0 -0
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://www.npmjs.com/package/@resultsafe/core-fp-result)
|
|
8
8
|
[](./LICENSE)
|
|
9
9
|
[](https://www.typescriptlang.org/)
|
|
10
|
-
[](https://
|
|
10
|
+
[](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/README.md)
|
|
11
11
|
[](./package.json)
|
|
12
12
|
[](https://github.com/resultsafe/monorepo)
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ A Rust-inspired Result package for explicit, composable, and type-friendly APIs
|
|
|
15
15
|
|
|
16
16
|
**Language:** English | [Русский](https://unpkg.com/@resultsafe/core-fp-result@latest/README.ru.md)
|
|
17
17
|
|
|
18
|
-
**Documentation:** [API index](https://
|
|
18
|
+
**Documentation:** [API index](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/README.md) · [Modules](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/modules.md)
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
## Contents
|
|
@@ -249,14 +249,14 @@ Use this project when you want:
|
|
|
249
249
|
|
|
250
250
|
## Documentation links
|
|
251
251
|
|
|
252
|
-
- [API entry (README)](https://
|
|
253
|
-
- [API entry (index)](https://
|
|
254
|
-
- [Modules](https://
|
|
255
|
-
- [Constructors module](https://
|
|
256
|
-
- [Guards module](https://
|
|
257
|
-
- [Methods module](https://
|
|
258
|
-
- [Refiners module](https://
|
|
259
|
-
- [Type aliases module](https://
|
|
252
|
+
- [API entry (README)](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/README.md)
|
|
253
|
+
- [API entry (index)](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/index.md)
|
|
254
|
+
- [Modules](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/modules.md)
|
|
255
|
+
- [Constructors module](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/constructors/index.md)
|
|
256
|
+
- [Guards module](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/guards/index.md)
|
|
257
|
+
- [Methods module](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/methods/index.md)
|
|
258
|
+
- [Refiners module](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/refiners/index.md)
|
|
259
|
+
- [Type aliases module](https://unpkg.com/@resultsafe/core-fp-result@latest/docs/api/type-aliases/index.md)
|
|
260
260
|
|
|
261
261
|
---
|
|
262
262
|
Back to top: [@resultsafe/core-fp-result](#top)
|
package/package.json
CHANGED
|
@@ -1,68 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resultsafe/core-fp-result",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"author": "Denis Savasteev",
|
|
5
|
-
"license": "MIT",
|
|
3
|
+
"version": "0.1.7",
|
|
6
4
|
"type": "module",
|
|
7
5
|
"sideEffects": false,
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
"engines": {
|
|
14
|
-
"node": ">=20.10.0",
|
|
15
|
-
"pnpm": ">=10.0.0"
|
|
16
|
-
},
|
|
17
|
-
"scripts": {
|
|
18
|
-
"clean:dist": "rimraf dist .tsbuildinfo",
|
|
19
|
-
"build:types": "tsc -b ./config/tsconfig.build.types.json --force",
|
|
20
|
-
"build:esm": "vite build --config ./config/vite.config.build.esm.ts",
|
|
21
|
-
"build:cjs": "vite build --config ./config/vite.config.build.cjs.ts && node ./__scripts__/build/write-cjs-package-json.mjs",
|
|
22
|
-
"build:umd": "vite build --config ./config/vite.config.build.umd.ts",
|
|
23
|
-
"prepare:dist:publish": "node ./__scripts__/build/prepare-dist-publish.mjs",
|
|
24
|
-
"check:release:artifacts": "node ./__scripts__/build/validate-release-artifacts.mjs",
|
|
25
|
-
"check:release:pack": "npm pack --dry-run ./dist",
|
|
26
|
-
"build:all": "pnpm run clean:dist && pnpm run build:esm && pnpm run build:cjs && pnpm run build:umd && pnpm run build:types",
|
|
27
|
-
"build:release": "pnpm run build:all && pnpm run prepare:dist:publish",
|
|
28
|
-
"verify:release": "pnpm run build:release && pnpm run check:release:artifacts && pnpm run test && pnpm run check:release:pack",
|
|
29
|
-
"docs:api:clean": "rimraf docs/api",
|
|
30
|
-
"docs:api:generate": "typedoc --options typedoc.json --out docs/api",
|
|
31
|
-
"docs:api:mirror": "node ./__scripts__/docs/mirror-typedoc-api.mjs",
|
|
32
|
-
"docs:api": "pnpm run docs:api:generate && pnpm run docs:api:mirror",
|
|
33
|
-
"docs:api:check": "typedoc --options typedoc.json --emit none",
|
|
34
|
-
"docs:api:all": "pnpm run docs:api:clean && pnpm run docs:api && pnpm run docs:api:check && pnpm run test",
|
|
35
|
-
"test": "vitest run --config ./config/vitest.config.ts",
|
|
36
|
-
"test:coverage": "vitest run --config ./config/vitest.config.ts --coverage",
|
|
37
|
-
"lint": "eslint . --ext .ts,.tsx --config config/eslint.config.mjs",
|
|
38
|
-
"lint:fix": "eslint . --ext .ts,.tsx --config config/eslint.config.mjs --fix",
|
|
39
|
-
"prepublishOnly": "pnpm run verify:release",
|
|
40
|
-
"npm:publish:dry": "pnpm run verify:release && npm publish ./dist --dry-run --access public",
|
|
41
|
-
"npm:publish:public": "npm publish ./dist --access public --provenance"
|
|
42
|
-
},
|
|
43
|
-
"main": "dist/cjs/index.js",
|
|
44
|
-
"module": "dist/esm/index.js",
|
|
45
|
-
"browser": "dist/umd/resultsafe-monorepo-core-fp-result.umd.js",
|
|
46
|
-
"types": "dist/types/index.d.ts",
|
|
6
|
+
"main": "./cjs/index.js",
|
|
7
|
+
"module": "./esm/index.js",
|
|
8
|
+
"browser": "./umd/resultsafe-monorepo-core-fp-result.umd.js",
|
|
9
|
+
"types": "./types/index.d.ts",
|
|
47
10
|
"exports": {
|
|
48
11
|
".": {
|
|
49
|
-
"types": "./
|
|
50
|
-
"import": "./
|
|
51
|
-
"require": "./
|
|
12
|
+
"types": "./types/index.d.ts",
|
|
13
|
+
"import": "./esm/index.js",
|
|
14
|
+
"require": "./cjs/index.js"
|
|
52
15
|
},
|
|
53
16
|
"./Ok": {
|
|
54
|
-
"types": "./
|
|
55
|
-
"import": "./
|
|
56
|
-
"require": "./
|
|
17
|
+
"types": "./types/constructors/Ok.d.ts",
|
|
18
|
+
"import": "./esm/constructors/Ok.js",
|
|
19
|
+
"require": "./cjs/constructors/Ok.js"
|
|
57
20
|
},
|
|
58
21
|
"./Err": {
|
|
59
|
-
"types": "./
|
|
60
|
-
"import": "./
|
|
61
|
-
"require": "./
|
|
22
|
+
"types": "./types/constructors/Err.d.ts",
|
|
23
|
+
"import": "./esm/constructors/Err.js",
|
|
24
|
+
"require": "./cjs/constructors/Err.js"
|
|
62
25
|
}
|
|
63
26
|
},
|
|
64
27
|
"files": [
|
|
65
|
-
"
|
|
28
|
+
"cjs",
|
|
29
|
+
"esm",
|
|
30
|
+
"types",
|
|
31
|
+
"umd",
|
|
66
32
|
"docs",
|
|
67
33
|
"README.md",
|
|
68
34
|
"README.ru.md",
|
package/dist/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 resultsafe contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
package/dist/README.md
DELETED
|
@@ -1,273 +0,0 @@
|
|
|
1
|
-
# @resultsafe/core-fp-result
|
|
2
|
-
<a id="top"></a>
|
|
3
|
-
|
|
4
|
-

|
|
5
|
-
|
|
6
|
-
[](https://www.npmjs.com/package/@resultsafe/core-fp-result)
|
|
7
|
-
[](https://www.npmjs.com/package/@resultsafe/core-fp-result)
|
|
8
|
-
[](./LICENSE)
|
|
9
|
-
[](https://www.typescriptlang.org/)
|
|
10
|
-
[](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/README.md)
|
|
11
|
-
[](./package.json)
|
|
12
|
-
[](https://github.com/resultsafe/monorepo)
|
|
13
|
-
|
|
14
|
-
A Rust-inspired Result package for explicit, composable, and type-friendly APIs in TypeScript and JavaScript.
|
|
15
|
-
|
|
16
|
-
**Language:** English | [Русский](https://unpkg.com/@resultsafe/core-fp-result@latest/README.ru.md)
|
|
17
|
-
|
|
18
|
-
**Documentation:** [API index](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/README.md) · [Modules](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/modules.md)
|
|
19
|
-
|
|
20
|
-
---
|
|
21
|
-
## Contents
|
|
22
|
-
|
|
23
|
-
- [Why this package](#why-this-package)
|
|
24
|
-
- [Monorepo context](#monorepo-context)
|
|
25
|
-
- [Key features](#key-features)
|
|
26
|
-
- [Package](#package)
|
|
27
|
-
- [Installation](#installation)
|
|
28
|
-
- [Quick start](#quick-start)
|
|
29
|
-
- [Core API overview](#core-api-overview)
|
|
30
|
-
- [Build and distribution formats](#build-and-distribution-formats)
|
|
31
|
-
- [Monorepo and package structure](#monorepo-and-package-structure)
|
|
32
|
-
- [When to use this project](#when-to-use-this-project)
|
|
33
|
-
- [Documentation links](#documentation-links)
|
|
34
|
-
- [License](#license)
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
## Why this package
|
|
39
|
-
|
|
40
|
-
`@resultsafe/core-fp-result` provides explicit success/error flows instead of hidden control paths and exception-first branching.
|
|
41
|
-
|
|
42
|
-
Its core package, [`@resultsafe/core-fp-result`](https://www.npmjs.com/package/@resultsafe/core-fp-result), provides a Rust-inspired `Result` API for TypeScript and JavaScript with:
|
|
43
|
-
|
|
44
|
-
- explicit `Ok` / `Err`
|
|
45
|
-
- predictable functional composition
|
|
46
|
-
- safe branching through guards and matching
|
|
47
|
-
- disciplined extraction APIs
|
|
48
|
-
- advanced refinement utilities for typed variants and strict matching
|
|
49
|
-
|
|
50
|
-
The goal is not to imitate Rust mechanically, but to bring the same clarity of intent to Node.js libraries: explicit values, predictable branching, and APIs organized for long-term maintenance.
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
## Monorepo context
|
|
55
|
-
|
|
56
|
-
`@resultsafe/core-fp-result` is the TypeScript/JavaScript package inside the multilingual `resultsafe/monorepo`.
|
|
57
|
-
|
|
58
|
-
The monorepo applies shared Rust-inspired design concepts across language-specific packages. TypeScript/JavaScript is the current production package track, while Python is planned as a separate package track with the same conceptual model.
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
## Key features
|
|
63
|
-
|
|
64
|
-
- Rust-inspired `Result` model for TypeScript and JavaScript.
|
|
65
|
-
- Explicit constructors via `Ok` and `Err`.
|
|
66
|
-
- Composable transformations with APIs such as `map`, `mapErr`, `andThen`, and `orElse`.
|
|
67
|
-
- Safe branching through guards like `isOk`, `isErr`, `isOkAnd`, `isErrAnd`, and matching helpers.
|
|
68
|
-
- Controlled extraction with `unwrap`, `unwrapOr`, `unwrapErr`, `expect`, and `expectErr`.
|
|
69
|
-
- Advanced refinement layer for typed variants, strict matching, and result narrowing.
|
|
70
|
-
- Coherent module structure instead of a flat utility dump.
|
|
71
|
-
- Type output for TypeScript users for better DX and safer integrations.
|
|
72
|
-
- Flexible distribution formats with Types, ESM, CJS, and UMD builds.
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## Package
|
|
77
|
-
|
|
78
|
-
### `@resultsafe/core-fp-result`
|
|
79
|
-
|
|
80
|
-
A focused Result library for explicit error handling and FP-style composition.
|
|
81
|
-
|
|
82
|
-
It is designed for developers who want:
|
|
83
|
-
|
|
84
|
-
- clear success/error modeling
|
|
85
|
-
- predictable transformations
|
|
86
|
-
- explicit branching and extraction
|
|
87
|
-
- better readability in error-heavy flows
|
|
88
|
-
- a structured Rust-inspired API surface in TypeScript/JavaScript
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## Installation
|
|
93
|
-
|
|
94
|
-
### Package
|
|
95
|
-
|
|
96
|
-
```bash
|
|
97
|
-
pnpm add @resultsafe/core-fp-result
|
|
98
|
-
|
|
99
|
-
# Alternative
|
|
100
|
-
npm install @resultsafe/core-fp-result
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
### Monorepo
|
|
104
|
-
|
|
105
|
-
```bash
|
|
106
|
-
pnpm install
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
---
|
|
110
|
-
|
|
111
|
-
## Quick start
|
|
112
|
-
|
|
113
|
-
A typical Result flow starts with explicit constructors and then composes through functions rather than implicit exception paths.
|
|
114
|
-
|
|
115
|
-
```ts
|
|
116
|
-
import {
|
|
117
|
-
Ok,
|
|
118
|
-
map,
|
|
119
|
-
unwrapOr,
|
|
120
|
-
} from "@resultsafe/core-fp-result";
|
|
121
|
-
|
|
122
|
-
const initial = Ok(21);
|
|
123
|
-
const doubled = map(initial, (value) => value * 2);
|
|
124
|
-
const finalValue = unwrapOr(doubled, 0);
|
|
125
|
-
|
|
126
|
-
console.log(finalValue); // 42
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
### Basic `Ok` / `Err` example
|
|
130
|
-
|
|
131
|
-
```ts
|
|
132
|
-
import { Ok, Err, match } from "@resultsafe/core-fp-result";
|
|
133
|
-
|
|
134
|
-
const parsePort = (input: string) => {
|
|
135
|
-
const port = Number(input);
|
|
136
|
-
return Number.isInteger(port) && port > 0
|
|
137
|
-
? Ok(port)
|
|
138
|
-
: Err("Invalid port");
|
|
139
|
-
};
|
|
140
|
-
|
|
141
|
-
const result = parsePort("3000");
|
|
142
|
-
const message = match(result, (value) => `Port: ${value}`, (error) => `Error: ${error}`);
|
|
143
|
-
|
|
144
|
-
console.log(message);
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
---
|
|
148
|
-
|
|
149
|
-
## Core API overview
|
|
150
|
-
|
|
151
|
-
### Constructors
|
|
152
|
-
|
|
153
|
-
- `Ok`
|
|
154
|
-
- `Err`
|
|
155
|
-
|
|
156
|
-
### Guards
|
|
157
|
-
|
|
158
|
-
- `isOk`
|
|
159
|
-
- `isOkAnd`
|
|
160
|
-
- `isErr`
|
|
161
|
-
- `isErrAnd`
|
|
162
|
-
|
|
163
|
-
### Methods
|
|
164
|
-
|
|
165
|
-
- `andThen`
|
|
166
|
-
- `err`
|
|
167
|
-
- `expect`
|
|
168
|
-
- `expectErr`
|
|
169
|
-
- `flatten`
|
|
170
|
-
- `inspect`
|
|
171
|
-
- `inspectErr`
|
|
172
|
-
- `map`
|
|
173
|
-
- `mapErr`
|
|
174
|
-
- `match`
|
|
175
|
-
- `ok`
|
|
176
|
-
- `orElse`
|
|
177
|
-
- `tap`
|
|
178
|
-
- `tapErr`
|
|
179
|
-
- `transpose`
|
|
180
|
-
- `unwrap`
|
|
181
|
-
- `unwrapErr`
|
|
182
|
-
- `unwrapOr`
|
|
183
|
-
- `unwrapOrElse`
|
|
184
|
-
|
|
185
|
-
### Refiners
|
|
186
|
-
|
|
187
|
-
- `isTypedVariant`
|
|
188
|
-
- `isTypedVariantOf`
|
|
189
|
-
- `matchVariant`
|
|
190
|
-
- `matchVariantStrict`
|
|
191
|
-
- `refineAsyncResult`
|
|
192
|
-
- `refineAsyncResultU`
|
|
193
|
-
- `refineResult`
|
|
194
|
-
- `refineResultU`
|
|
195
|
-
- `refineVariantMap`
|
|
196
|
-
|
|
197
|
-
### Type aliases
|
|
198
|
-
|
|
199
|
-
- `Handler`
|
|
200
|
-
- `MatchBuilder`
|
|
201
|
-
- `Matcher`
|
|
202
|
-
- `SyncRefinedResult`
|
|
203
|
-
- `SyncRefinedResultUnion`
|
|
204
|
-
- `SyncValidatorMap`
|
|
205
|
-
- `UniversalAsyncRefinedResult`
|
|
206
|
-
- `UniversalRefinedResult`
|
|
207
|
-
- `VariantOf`
|
|
208
|
-
|
|
209
|
-
---
|
|
210
|
-
|
|
211
|
-
## Build and distribution formats
|
|
212
|
-
|
|
213
|
-
- Types: `build:types`
|
|
214
|
-
- ESM: `build:esm`
|
|
215
|
-
- CJS: `build:cjs`
|
|
216
|
-
- UMD: `build:umd`
|
|
217
|
-
|
|
218
|
-
This package ships typed declarations and multiple runtime module formats for broad compatibility.
|
|
219
|
-
|
|
220
|
-
---
|
|
221
|
-
|
|
222
|
-
## Monorepo and package structure
|
|
223
|
-
|
|
224
|
-
```txt
|
|
225
|
-
src/
|
|
226
|
-
constructors/
|
|
227
|
-
guards/
|
|
228
|
-
methods/
|
|
229
|
-
refiners/
|
|
230
|
-
types/
|
|
231
|
-
utils/
|
|
232
|
-
internal/
|
|
233
|
-
index.ts
|
|
234
|
-
```
|
|
235
|
-
|
|
236
|
-
---
|
|
237
|
-
|
|
238
|
-
## When to use this project
|
|
239
|
-
|
|
240
|
-
Use this project when you want:
|
|
241
|
-
|
|
242
|
-
- explicit success/error modeling
|
|
243
|
-
- predictable FP-style composition
|
|
244
|
-
- visible control flow
|
|
245
|
-
- stronger type-guided result handling in TypeScript
|
|
246
|
-
- advanced refinement tools for typed variants and strict result matching
|
|
247
|
-
|
|
248
|
-
---
|
|
249
|
-
|
|
250
|
-
## Documentation links
|
|
251
|
-
|
|
252
|
-
- [API entry (README)](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/README.md)
|
|
253
|
-
- [API entry (index)](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/index.md)
|
|
254
|
-
- [Modules](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/modules.md)
|
|
255
|
-
- [Constructors module](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/constructors/index.md)
|
|
256
|
-
- [Guards module](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/guards/index.md)
|
|
257
|
-
- [Methods module](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/methods/index.md)
|
|
258
|
-
- [Refiners module](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/refiners/index.md)
|
|
259
|
-
- [Type aliases module](https://github.com/resultsafe/monorepo/blob/main/packages/core/fp/result/docs/api/type-aliases/index.md)
|
|
260
|
-
|
|
261
|
-
---
|
|
262
|
-
Back to top: [@resultsafe/core-fp-result](#top)
|
|
263
|
-
|
|
264
|
-
---
|
|
265
|
-
## Author
|
|
266
|
-
|
|
267
|
-
Denis Savasteev
|
|
268
|
-
|
|
269
|
-
---
|
|
270
|
-
|
|
271
|
-
## License
|
|
272
|
-
|
|
273
|
-
[MIT](./LICENSE)
|