Skip to content

Instantly share code, notes, and snippets.

(function (root, factory) {
if (typeof define === 'function' && define.amd)
define(['exports'], factory);
else if (typeof exports === 'object')
factory(module.exports);
else
root.Kangle = factory(typeof Kangle === 'undefined' ? {} : Kangle);
}(this, function (_) {
'use strict';
function Unit() {