@egomobile/types
v2.0.0
Published
A repository of common interfaces, types and enums for TypeScript.
Downloads
15
Readme
@egomobile/types
A repository of common interfaces, types and enums for TypeScript.
Install
$ npm install --save-dev @egomobile/types
Usage
import * as fs from 'fs';
import { PackageJSON } from '@egomobile/types';
const PACKAGE_JSON: PackageJSON = JSON.parse(
fs.readFileSync('./package.json', 'utf8');
);
Documentation
The API documentation can be found here.