Whatlangex.DetectOpts (whatlangex v0.4.0)

Options struct and keywords schema for the detect function.

Summary

Types

t()

@type t() :: %Whatlangex.DetectOpts{
  allowlist: [String.t()] | nil,
  denylist: [String.t()] | nil
}

Functions

docs_for_keywords()

from_keywords!(opts)

validate_keywords!(opts)