mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
5 lines
255 B
JavaScript
5 lines
255 B
JavaScript
(function (global, factory) {
|
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
global.Immutable = factory()
|
|
}(this, function() { return {} }))
|