Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Repository files navigation

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

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages