2.8.1 • Published 2 years ago

@xlit/schema v2.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@xlit/schema

Schema validation for javascript

Installation

npm i @xlit/schema

Getting started

import { ObjectType } from '@xlit/schema';

const schema = new ObjectType({
  username: new StringType().required(),
  firstName: new StringType(),
  lastName: new StringType(),
});

const user = await schema.resolve(userDto);
2.8.1

2 years ago

2.8.0

2 years ago

2.7.5

2 years ago

2.7.4

2 years ago

2.7.3

2 years ago

2.7.2

2 years ago

2.7.1

2 years ago

2.7.0

2 years ago

2.6.14

2 years ago

2.6.13

2 years ago

2.6.12

2 years ago

2.6.11

2 years ago

2.6.10

2 years ago

2.6.9

2 years ago

2.6.8

2 years ago

2.6.7

2 years ago

2.6.6

2 years ago

2.6.5

2 years ago

2.6.4

2 years ago

2.6.3

2 years ago

2.6.2

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago