Packages

A type-safe configuration loader for Gleam that supports JSON, YAML, and TOML with automatic format detection, environment variable resolution, and profile-based configuration.

Current section

Files

Jump to
yodel include yodel@internal@format_FormatDetector.hrl
Raw

include/yodel@internal@format_FormatDetector.hrl

-record(format_detector, {
name :: binary(),
detect :: fun((yodel@internal@input:input()) -> yodel@options:format())
}).