UNPKG

ts-ioc-container

Version:
6 lines (5 loc) 222 B
export const isProviderPipe = (obj) => obj !== null && typeof obj === 'object' && 'mapProvider' in obj; export const registerPipe = (mapProvider) => ({ mapProvider, mapRegistration: (r) => r.pipe(mapProvider), });