UNPKG

@nimel/directorr

Version:
4 lines (3 loc) 174 B
import { DecoratorValueTyped, SomeEffect, InitPayload } from './types'; export declare const whenInit: DecoratorValueTyped<SomeEffect<InitPayload>>; export default whenInit;