Forked from npacker/web-tools
Project Files
src / config / auto-sentinel.ts
/**
* Sentinel value indicating that a configuration field should use its automatic default.
*
* @const {"auto"}
* @default
*/
export const AUTO_CONFIG_VALUE = "auto" as const