Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.
/ types Public archive

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

License

Notifications You must be signed in to change notification settings

egomobile/types

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published