Interface LoaderHookUnit

interface LoaderHookUnit {
    after?: Function;
    before?: Function;
}

Properties

Properties

after?: Function
before?: Function