Add enum & knownValues type hints (#93)
* Add enum & knownValues type hints
Adds type hints for enum values & knownValues on strings.
* Add changeset for enum & knownValues hints
* Add const type param to lx.string for automatic literal inference
Callers no longer need `as const` on enum/knownValues arrays to get
type-level autocomplete suggestions. Adds snapshot tests for both features.
* Fix formatting
authored by