2.8.1 • Published 6 months ago

@xlit/schema v2.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

2.8.0

6 months ago

2.7.5

7 months ago

2.7.4

7 months ago

2.7.3

7 months ago

2.7.2

7 months ago

2.7.1

7 months ago

2.7.0

7 months ago

2.6.14

7 months ago

2.6.13

7 months ago

2.6.12

7 months ago

2.6.11

8 months ago

2.6.10

8 months ago

2.6.9

8 months ago

2.6.8

8 months ago

2.6.7

8 months ago

2.6.6

8 months ago

2.6.5

8 months ago

2.6.4

9 months ago

2.6.3

9 months ago

2.6.2

9 months ago

2.6.1

9 months ago

2.6.0

9 months ago