Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

sentry / @nestjs/core   js

Repository URL to install this package:

Version: 7.0.10 

/ injector / transient-instances.d.ts

import { InstanceWrapper } from './instance-wrapper';
/**
 * Returns the instances which are transient
 * @param instances The instances which should be checked whether they are transcient
 */
export declare function getTransientInstances(instances: [string, InstanceWrapper][]): InstanceWrapper[];
/**
 * Returns the instances which are not transient
 * @param instances The instances which should be checked whether they are transcient
 */
export declare function getNonTransientInstances(instances: [string, InstanceWrapper][]): InstanceWrapper[];