﻿namespace Jint.Native
{
    public static class Undefined
    {
        public readonly static JsValue Instance = JsValue.Undefined;
        public readonly static string Text = "undefined";
    }
}