1 2 3 4 5 6 7
//! Upstream source: `../nest-cli/lib/configuration/nest-configuration.loader.ts`. pub type NestConfigurationLoader = super::NestConfigurationLoader; pub fn new(reader: crate::readers::FileSystemReader) -> NestConfigurationLoader { super::NestConfigurationLoader::new(reader) }