@effect-ts-app/core
Advanced tools
Comparing version 0.17.3 to 0.17.5
{ | ||
"name": "@effect-ts-app/core", | ||
"version": "0.17.3", | ||
"version": "0.17.5", | ||
"main": "./index.js", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "94da60b5a4aff645b65f22d79d005a2fb1fd2dfa" | ||
"gitHead": "18757f63b93f4a4f7a364865057d27ddd61c4d26" | ||
} |
@@ -11,4 +11,4 @@ import * as MO from "../_schema"; | ||
export declare type ReasonableString = TextString & LongString & ReasonableStringBrand; | ||
export declare const reasonableStringFromString: MO.Schema<string, MO.ReasonableString, string, string, MO.ApiSelfType<MO.ReasonableString>>; | ||
export declare const reasonableString: MO.Schema<unknown, MO.ReasonableString, string, string, MO.ApiSelfType<MO.ReasonableString>>; | ||
export declare const reasonableStringFromString: MO.Schema<string, ReasonableString, string, string, MO.ApiSelfType<ReasonableString>>; | ||
export declare const reasonableString: MO.Schema<unknown, ReasonableString, string, string, MO.ApiSelfType<ReasonableString>>; | ||
export interface LongStringBrand { | ||
@@ -18,4 +18,4 @@ readonly LongString: unique symbol; | ||
export declare type LongString = TextString & LongStringBrand; | ||
export declare const longStringFromString: MO.Schema<string, MO.LongString, string, string, MO.ApiSelfType<MO.LongString>>; | ||
export declare const longString: MO.Schema<unknown, MO.LongString, string, string, MO.ApiSelfType<MO.LongString>>; | ||
export declare const longStringFromString: MO.Schema<string, LongString, string, string, MO.ApiSelfType<LongString>>; | ||
export declare const longString: MO.Schema<unknown, LongString, string, string, MO.ApiSelfType<LongString>>; | ||
export interface TextStringBrand { | ||
@@ -25,3 +25,3 @@ readonly TextString: unique symbol; | ||
export declare type TextString = MO.NonEmptyString & TextStringBrand; | ||
export declare const textStringFromString: MO.Schema<string, MO.TextString, string, string, MO.ApiSelfType<MO.TextString>>; | ||
export declare const textString: MO.Schema<unknown, MO.TextString, string, string, MO.ApiSelfType<MO.TextString>>; | ||
export declare const textStringFromString: MO.Schema<string, TextString, string, string, MO.ApiSelfType<TextString>>; | ||
export declare const textString: MO.Schema<unknown, TextString, string, string, MO.ApiSelfType<TextString>>; |
@@ -1,2 +0,1 @@ | ||
export * from "./_api"; | ||
export * from "./vendor"; |
@@ -13,4 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./_api"), exports); | ||
__exportStar(require("./vendor"), exports); | ||
//# sourceMappingURL=_schema.js.map |
@@ -127,2 +127,3 @@ import * as A from "@effect-ts/core/Collections/Immutable/Array"; | ||
export * from "./adapt"; | ||
export * from "./_api"; | ||
export * from "./_schema"; |
@@ -193,3 +193,4 @@ "use strict"; | ||
__exportStar(require("./adapt"), exports); | ||
__exportStar(require("./_api"), exports); | ||
__exportStar(require("./_schema"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,2 @@ export * as Arbitrary from "./custom/Arbitrary"; | ||
export * as These from "./custom/These"; | ||
export * from "./custom/_schema"; | ||
export * from "./custom"; |
@@ -32,3 +32,3 @@ "use strict"; | ||
exports.These = __importStar(require("./custom/These")); | ||
__exportStar(require("./custom/_schema"), exports); | ||
__exportStar(require("./custom"), exports); | ||
//# sourceMappingURL=vendor.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
624335