Type alias DefaultGraph<S>

DefaultGraph<S>: FlatGraph<DepPair<typeof Singleton, never> | DepPair<typeof Local, never> | DepPair<typeof Key, never> | DepPair<IsSync<typeof Key>, never> | (S extends any
    ? DepPair<S, never>
    : never)>

The Graph of a container returned by provide

Type Parameters

Generated using TypeDoc