0.0.2 • Published 4 years ago

@hydrosphere/data-types v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

forthebadge

HS-DATA-TYPES

Common shared data types for Hydroshpere project.


How to build

    npm run build

Result of building will be in lib folder.

lib/index.js - entry file for module.

lib/index.d.ts - entry file for types.

Example of usage:

    import { Model } from 'hydrosphere';

    const model: Model = { name: "modelName", id: 1 }
0.0.2

4 years ago

0.0.1

4 years ago