UNPKG

@micro-app/core

Version:

[Core] Pluggable micro application framework.

17 lines (15 loc) 328 B
'use strict'; module.exports = { beforeCommandClean: { type: 'EVENT', description: '清理前事件', }, addCommandClean: { type: 'ADD', description: '增加清理事件', }, afterCommandClean: { type: 'EVENT', description: '清理完毕后事件', }, };