Comparing version 0.1.24 to 0.1.25
{ | ||
"name": "isly", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "Library for type checking.", | ||
@@ -5,0 +5,0 @@ "author": "Utily Contributors", |
@@ -24,3 +24,3 @@ # isly | ||
myIntersection: { a: string } & { b: string } | ||
children?: DemoType[] | ||
@@ -114,2 +114,3 @@ | ||
It is possible to add restrictions to the type as parameters. | ||
```typescript | ||
@@ -193,3 +194,3 @@ isly.string().array({ criteria: "minLength", value: 3 }) | ||
// model/Event.ts | ||
import * as isly from "isly" | ||
import { isly } from "isly" | ||
@@ -196,0 +197,0 @@ export interface Event { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
178440
229
1