UNPKG

badman-core

Version:

badman-core is the layer what all the badman packages depended,or can be used as a tool kit.

4 lines (3 loc) 81 B
export default interface Initializing { afterInitialized(): Promise<void>; }