UNPKG

openfl

Version:

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

39 lines (20 loc) 676 B
// Class: lime.system.Tls var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this $global.Object.defineProperty(exports, "__esModule", {value: true}); var __map_reserved = {}; // Imports var $hxClasses = require("./../../hxClasses_stub").default; var $hxEnums = require("./../../hxEnums_stub").default; // Constructor var Tls = function() { } // Meta Tls.__name__ = "lime.system.Tls"; Tls.__isInterface__ = false; Tls.prototype = { }; Tls.prototype.__class__ = Tls.prototype.constructor = $hxClasses["lime.system.Tls"] = Tls; // Init // Statics // Export exports.default = Tls;