dyna-interfaces
TypeScript icon, indicating that this package has built-in type declarations

5.0.1 • Public • Published

About

Common typescript interfaces for applications.

Motivation

Interface are the contract between the object user the object itself.

This makes the interface also the blueprint of the object. Through the interfaces the logic is depicted, so they are important!

IResult interface, ILog IError IInfo IDebug

Many libraries, modules, methods export data that are common.

Especially the error output helps the object user to know what was wrong and how to face the error without parsing the thrown error object.

IResult interface

Readme

Keywords

none

Package Sidebar

Install

npm i dyna-interfaces

Weekly Downloads

2

Version

5.0.1

License

MIT

Unpacked Size

66.8 kB

Total Files

98

Last publish

Collaborators

  • dennisat