UNPKG

config-dug

Version:

Config loader with support for AWS Secrets Manager

5 lines (4 loc) 237 B
import { ConfigObject } from '.'; declare const hasTrailingOrLeadingWhitespace: (value: string) => boolean; declare const validateConfig: (config: ConfigObject) => ConfigObject; export { validateConfig, hasTrailingOrLeadingWhitespace };