ClosableConfig.close()
Home > @backstage/config-loader
> ClosableConfig
> close
Closes the configuration instance.
Signature:
close(): void;
Returns:
void
Remarks
The configuration instance will still be usable after closing, but it will no longer be updated with new values from the underlying source.