mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-15 10:11:05 +00:00
7 lines
88 B
JavaScript
7 lines
88 B
JavaScript
"use strict";
|
|
|
|
exports._ = exports._throw = _throw;
|
|
function _throw(e) {
|
|
throw e;
|
|
}
|