2.0.0 • Published 3 years ago

@egomobile/types v2.0.0

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
3 years ago

@egomobile/types

npm

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.