JSPM

  • Created
  • Published
  • Downloads 3301
  • Score
    100M100P100Q130526F
  • License MIT

tegg types

Package Exports

  • @eggjs/tegg-types
  • @eggjs/tegg-types/aop
  • @eggjs/tegg-types/aop/index.js
  • @eggjs/tegg-types/common
  • @eggjs/tegg-types/common/index.js
  • @eggjs/tegg-types/controller-decorator
  • @eggjs/tegg-types/controller-decorator/index.js
  • @eggjs/tegg-types/core-decorator
  • @eggjs/tegg-types/core-decorator/index.js
  • @eggjs/tegg-types/dal
  • @eggjs/tegg-types/dal/index.js
  • @eggjs/tegg-types/dynamic-inject
  • @eggjs/tegg-types/dynamic-inject.js
  • @eggjs/tegg-types/index.js
  • @eggjs/tegg-types/lifecycle
  • @eggjs/tegg-types/lifecycle/index.js
  • @eggjs/tegg-types/metadata
  • @eggjs/tegg-types/metadata/enum/ProtoDescriptorType
  • @eggjs/tegg-types/metadata/enum/ProtoDescriptorType.js
  • @eggjs/tegg-types/metadata/index.js
  • @eggjs/tegg-types/orm
  • @eggjs/tegg-types/orm.js
  • @eggjs/tegg-types/runtime
  • @eggjs/tegg-types/runtime/index.js
  • @eggjs/tegg-types/schedule
  • @eggjs/tegg-types/schedule.js
  • @eggjs/tegg-types/transaction
  • @eggjs/tegg-types/transaction.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@eggjs/tegg-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@eggjs/tegg-types

why

Not all types and enums are suitable to be exported by tegg, but some types and enums are useful for tegg plugin and application development.

So we need this package to provide shared types and enums for tegg.

content

shared types (type and interface) and enums for tegg, including:

  • shared types and enums among multiple tegg core packages

  • shared types and enums provided for tegg plugin and application development