#nullable disable namespace Jint.Native.Number.Dtoa { internal enum DtoaMode { Shortest, Precision, Fixed } }