UNPKG

actuate

Version:

Actuate is a flexible, fast "tween" library for animations

37 lines (18 loc) 673 B
// Class: haxe.lang.Iterable 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; // Constructor var Iterable = function() {} // Meta Iterable.__name__ = ["haxe","lang","Iterable"]; Iterable.__isInterface__ = true; Iterable.prototype = { }; Iterable.prototype.__class__ = Iterable.prototype.constructor = $hxClasses["haxe.lang.Iterable"] = Iterable; // Init // Statics // Export exports.default = Iterable;