@astro-sports-developers/models
v1.0.87
Published
Astro shared models library
Readme
@astro-sports-developers/models
This package contains shared models for Astro projects.
Build
To build the models library for npm publishing:
npm run build modelsThe output will be in the dist/models directory.
Usage
After publishing, install in your consuming project:
npm install @astro-sports-developers/modelsThen import the model:
import { M_CONTractor } from '@astro-sports-developers/models';