@milson/schema
Advanced tools
| import { MilsonGlobalSchema } from "./Global"; | ||
| interface MilsonArraySchemaAttributes { | ||
| export interface MilsonArraySchemaAttributes { | ||
| schemaValue?: MilsonGlobalSchema; | ||
@@ -10,2 +10,1 @@ } | ||
| } | ||
| export {}; |
| import { MilsonGlobalSchema } from "./Global"; | ||
| interface MilsonBooleanSchemaAttributes { | ||
| export interface MilsonBooleanSchemaAttributes { | ||
| } | ||
@@ -7,2 +7,1 @@ export declare class MilsonBooleanSchema extends MilsonGlobalSchema implements MilsonBooleanSchemaAttributes { | ||
| } | ||
| export {}; |
| import { MilsonCoreTypes } from "../types"; | ||
| interface MilsonGlobalSchemaAttributes { | ||
| export interface MilsonGlobalSchemaAttributes { | ||
| type: MilsonCoreTypes; | ||
@@ -15,2 +15,1 @@ isRequired: boolean; | ||
| } | ||
| export {}; |
| import { MilsonGlobalSchema } from "./Global"; | ||
| interface MilsonNumberSchemaAttributes { | ||
| export interface MilsonNumberSchemaAttributes { | ||
| } | ||
@@ -7,2 +7,1 @@ export declare class MilsonNumberSchema extends MilsonGlobalSchema implements MilsonNumberSchemaAttributes { | ||
| } | ||
| export {}; |
@@ -11,3 +11,3 @@ import { MilsonGlobalSchema } from "./Global"; | ||
| }; | ||
| interface MilsonObjectSchemaAttributes<T> { | ||
| export interface MilsonObjectSchemaAttributes<T> { | ||
| schemaValue?: ObjectSchema<T>; | ||
@@ -20,2 +20,1 @@ } | ||
| } | ||
| export {}; |
| import { MilsonGlobalSchema } from "./Global"; | ||
| interface MilsonStringSchemaAttributes { | ||
| export interface MilsonStringSchemaAttributes { | ||
| } | ||
@@ -7,2 +7,1 @@ export declare class MilsonStringSchema extends MilsonGlobalSchema implements MilsonStringSchemaAttributes { | ||
| } | ||
| export {}; |
+1
-1
| { | ||
| "name": "@milson/schema", | ||
| "version": "1.0.13", | ||
| "version": "1.0.14", | ||
| "description": "A schema to type your data and use with @milson libs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
10547
-0.28%247
-2.37%