io-ts-immutable
Advanced tools
+1
-1
@@ -7,5 +7,5 @@ import * as t from "io-ts"; | ||
| * @param codec The codec for the set items. | ||
| * @since 0.1.0 | ||
| * @since 0.2.0 | ||
| */ | ||
| export declare function set<C extends t.Mixed>(codec: C): t.Type<Set<C["_A"]>, C["_O"][], unknown>; | ||
| //# sourceMappingURL=set.d.ts.map |
+1
-1
@@ -17,3 +17,3 @@ "use strict"; | ||
| * @param codec The codec for the set items. | ||
| * @since 0.1.0 | ||
| * @since 0.2.0 | ||
| */ | ||
@@ -20,0 +20,0 @@ function set(codec) { |
+1
-1
| { | ||
| "name": "io-ts-immutable", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "A collection of io-ts codecs for the immutable collections from immutable-js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
+1
-1
@@ -9,3 +9,3 @@ import * as t from "io-ts"; | ||
| * @param codec The codec for the set items. | ||
| * @since 0.1.0 | ||
| * @since 0.2.0 | ||
| */ | ||
@@ -12,0 +12,0 @@ export function set<C extends t.Mixed>(codec: C) { |