ex_yarn v0.1.0 ExYarn View Source
Documentation for ExYarn
.
Link to this section Summary
Link to this section Types
Specs
parseResult() :: {:ok, :merge | :success, map()} | {:error, ExYarn.ParseError.t()} | {:error, YamlElixir.FileNotFoundError} | {:error, YamlElixir.ParsingError} | {:error, :conflict, FunctionClauseError}
Link to this section Functions
Specs
parse(String.t(), String.t()) :: parseResult()