UNPKG

hins

Version:

[![codecov](https://codecov.io/gh/l-zoy/hins/branch/main/graph/badge.svg)](https://codecov.io/gh/l-zoy/hins) [![GitHub license](https://img.shields.io/github/license/l-zoy/hins)](https://github.com/l-zoy/hins/blob/master/LICENSE) ![node-current](https://i

15 lines (14 loc) 334 B
export declare enum ICoreStage { uninitialized = 0, init = 1, initPlugins = 2, pluginReady = 3, getConfig = 4, start = 5 } export declare enum ICoreApplyHookTypes { add = "add", modify = "modify", event = "event" } export declare const Cycle: readonly ["onPluginReady", "modifyConfig", "onStart"];