@optique/valibot 0.9.0-dev.217 → 0.9.0-dev.224
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/dist/index.cjs +0 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -108,6 +108,6 @@ interface ValibotParserOptions {
|
|
|
108
108
|
*
|
|
109
109
|
* @since 0.7.0
|
|
110
110
|
*/
|
|
111
|
-
declare function valibot<T>(schema: v.BaseSchema<unknown, T, v.BaseIssue<unknown>>, options?: ValibotParserOptions): ValueParser<
|
|
111
|
+
declare function valibot<T>(schema: v.BaseSchema<unknown, T, v.BaseIssue<unknown>>, options?: ValibotParserOptions): ValueParser<T>;
|
|
112
112
|
//#endregion
|
|
113
113
|
export { ValibotParserOptions, valibot };
|
package/dist/index.d.ts
CHANGED
|
@@ -108,6 +108,6 @@ interface ValibotParserOptions {
|
|
|
108
108
|
*
|
|
109
109
|
* @since 0.7.0
|
|
110
110
|
*/
|
|
111
|
-
declare function valibot<T>(schema: v.BaseSchema<unknown, T, v.BaseIssue<unknown>>, options?: ValibotParserOptions): ValueParser<
|
|
111
|
+
declare function valibot<T>(schema: v.BaseSchema<unknown, T, v.BaseIssue<unknown>>, options?: ValibotParserOptions): ValueParser<T>;
|
|
112
112
|
//#endregion
|
|
113
113
|
export { ValibotParserOptions, valibot };
|
package/dist/index.js
CHANGED