@raivox/ts-types
v1.1.7
Published
TypeScript type definitions for MyCar packages
Downloads
19
Readme
@raivox/ts-types
TypeScript type definitions for MyCar packages.
Installation
Install the package directly from npm:
npm install @raivox/ts-typesUsage
import { User } from '@raivox/ts-types';
const user: User = {
id: '123',
name: 'John Doe'
};Development
Building
npm run buildPublishing
This package is published to the public npm registry.
To publish manually:
npm publishLicense
MIT
