Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 280 Bytes

File metadata and controls

32 lines (21 loc) · 280 Bytes

@fluidnext-library

Contain the sequent module:

  • Container
  • Core
  • Event
  • Hydrator
  • Localize

Build

The modules are compile in commonjs and es6:

commonjs

npm run tsc-es6

es6

npm run tsc-commonjs

Test

npm run test