namespace Jint.Native.TypedArray { internal enum TypedArrayContentType : byte { Number, BigInt } }