UNPKG

starling-framework

Version:

A fast, productive library for 2D cross-platform development.

19 lines (12 loc) 753 B
// Enum: haxe.macro.StringLiteralKind var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this $global.Object.defineProperty(exports, "__esModule", {value: true}); // Imports var $estr = require("./../../estr_stub").default; var $hxEnums = require("./../../hxEnums_stub").default; // Definition var StringLiteralKind = $hxEnums["haxe.macro.StringLiteralKind"] = { __ename__ : "haxe.macro.StringLiteralKind", __constructs__ : ["DoubleQuotes","SingleQuotes"] ,SingleQuotes: {_hx_index:1,__enum__:"haxe.macro.StringLiteralKind",toString:$estr} ,DoubleQuotes: {_hx_index:0,__enum__:"haxe.macro.StringLiteralKind",toString:$estr} }; exports.default = StringLiteralKind;