@egomobile/types
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@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.

/@egomobile/types/

    Package Sidebar

    Install

    npm i @egomobile/types

    Weekly Downloads

    46

    Version

    2.0.0

    License

    LGPL-3.0

    Unpacked Size

    21.4 kB

    Total Files

    19

    Last publish

    Collaborators

    • ekmobile
    • egodux
    • mkloubertego
    • mkloubert
    • ekegodigital