UNPKG

impair

Version:

impair is a React framework bringing several programming concepts together in order to provide a foundation for a layered, scalable, performant and enterprise level react application.

4 lines (3 loc) 227 B
import { DependencyContainer } from 'tsyringe'; import { Registration } from '../types'; export declare function registerServices(container: DependencyContainer, services: Registration[], initializeSingletons?: boolean): void;