@dzeio/schema 0.2.0 → 0.2.1
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/Schema.d.mts +1 -1
- package/dist/Schema.d.ts +1 -1
- package/dist/Schema.js +1 -0
- package/dist/Schema.mjs +1 -0
- package/package.json +1 -1
package/dist/Schema.d.mts
CHANGED
|
@@ -132,7 +132,7 @@ declare class SchemaAny extends SchemaItem {
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
declare class SchemaDate extends SchemaItem<Date> {
|
|
135
|
-
parseString(format?: 'iso8601' | 'yy-mm-dd' | 'jj/mm/yy'):
|
|
135
|
+
parseString(format?: 'iso8601' | 'yy-mm-dd' | 'jj/mm/yy'): this;
|
|
136
136
|
isOfType(input: unknown): input is Date;
|
|
137
137
|
}
|
|
138
138
|
|
package/dist/Schema.d.ts
CHANGED
|
@@ -132,7 +132,7 @@ declare class SchemaAny extends SchemaItem {
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
declare class SchemaDate extends SchemaItem<Date> {
|
|
135
|
-
parseString(format?: 'iso8601' | 'yy-mm-dd' | 'jj/mm/yy'):
|
|
135
|
+
parseString(format?: 'iso8601' | 'yy-mm-dd' | 'jj/mm/yy'): this;
|
|
136
136
|
isOfType(input: unknown): input is Date;
|
|
137
137
|
}
|
|
138
138
|
|
package/dist/Schema.js
CHANGED
package/dist/Schema.mjs
CHANGED