@valivali/superstruct
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@valivali/superstruct

npm version npm download license Github Twitter

ValiVali Resolver for superstruct.

🚀 Installation

$ npm install @valivali/core @valivali/superstruct superstruct

👏 Getting Started

The following is a simple usage example.

import { valivali } from '@valivali/core';
import { superstructResolver } from '@valivali/superstruct';
// It is also possible to import with the following aliases.
// import { resolver } from '@valivali/superstruct';
import st from 'superstruct';

const schema = st.object({
  id: st.string(),
  name: st.string(),
});

const value = {
  id: 'id',
  name: 'name',
};

const validatedValue = valivali(superstructResolver(schema), value);

🤝 Contributing

Contributions, issues and feature requests are welcome.

Feel free to check issues page if you want to contribute.

📝 License

Copyright © 2020 @Karibash.

This project is MIT licensed.

Package Sidebar

Install

npm i @valivali/superstruct

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

6.05 kB

Total Files

11

Last publish

Collaborators

  • karibash