UNPKG

bitwig-es-polyfill

Version:

Provides standard ECMAScript library in Bitwig Studio

12 lines (7 loc) 178 B
'use strict'; (function () { var global = (function () { return this; }).call(null); Math.trunc = function trunc(x) { return x < 0 ? Math.ceil(x) : Math.floor(x); }; })();