This package has been deprecated

Author message:

Package no longer supported. Upgrade to @egomobile/types

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

1.2.0 • Public • Published

@egodigital/types

npm

A repository of common interfaces, types and enums for TypeScript.

Install

$ npm install --save-dev @egodigital/types

Usage

import * as fs from 'fs';
import { PackageJSON } from '@egodigital/types';

const PACKAGE_JSON: PackageJSON = JSON.parse(
    fs.readFileSync('./package.json', 'utf8');
);

Documentation

The API documentation can be found here.

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @egodigital/types

    Weekly Downloads

    32

    Version

    1.2.0

    License

    LGPL-3.0

    Unpacked Size

    21.4 kB

    Total Files

    19

    Last publish

    Collaborators

    • ekmobile
    • egodux
    • mkloubert
    • mkloubertego
    • ekegodigital