UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

5 lines (4 loc) 228 B
export interface Hook { name: 'after-init' | 'after-upgrade' | 'after-update' | 'after-checked' | 'after-render' | 'before-init' | 'before-upgrade' | 'before-update' | 'before-checked' | 'before-render'; exec: string; }