mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-17 04:26:00 +00:00
Modules
This commit is contained in:
13
node_modules/when/node/function.js
generated
vendored
Normal file
13
node_modules/when/node/function.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
/** @license MIT License (c) copyright 2013 original author or authors */
|
||||
|
||||
/**
|
||||
* @author Brian Cavalier
|
||||
*/
|
||||
(function(define) { 'use strict';
|
||||
define(function(require) {
|
||||
|
||||
// DEPRECATED: Use when/node instead
|
||||
return require('../node');
|
||||
|
||||
});
|
||||
}(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); }));
|
Reference in New Issue
Block a user