0.0.8 • Published 4 years ago

@chemistry/application-common v0.0.8

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

@chemistry/application-common

npm version GitHub Build Status License: MIT

Common Interfaces for Application. The library is a part of crystallography-api project

Install

npm install @chemistry/application-common

Interfaces use cases

import {
  AppPlatformAPI,
  ApplicationLayout,
  Application
} from '@chemistry/application-common';

Declarated interfaces:

  • AppPlatformAPI
  • ApplicationLayout
  • Application

Commands:

  • Build project: npm run build