xpt-shared-types
v1.0.3
Published
Shared types and data for XPT projects
Downloads
17
Readme
xpt-shared-types
Shared TypeScript types and data for XPT projects.
Usage
Install in your project:
yarn add xpt-shared-types # or npm install xpt-shared-typesOr publish to npm/GitHub Packages and install from there.
Import types and data:
import { Country, COUNTRIES_LIST } from "xpt-shared-types";
Development
- Edit types in
src/types/ - Edit shared data in
src/data/ - Run
yarn buildto compile TypeScript
License
MIT
