0.1.13 • Published 3 years ago

route-schema v0.1.13

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Usage

import sc from 'route-schema';

const data = {
  id: 'u1',
  name: 'yasin',
  schools: [
    {
      id: 's1',
      name: 'MRC',
    },
    {
      id: 's2',
      name: 'KRT',
      manager: {
        id: 'u2',
        name: 'osman',
      },
    },
  ],
};

Author

👤 yasintz

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

0.1.13

3 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.2

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago