Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The goal is for stringify to support values declared `as const`. eg. ``` const columns = ['name', 'age'] as const stringify({columns}) ``` As this array has no reasons to be mutated by `stringify` it's simpler to set it as `readonly`.
- Loading branch information