UNPKG

358 BJavaScriptView Raw
1/** @license MIT License (c) copyright 2013 original author or authors */
2
3/**
4 * @author Brian Cavalier
5 */
6(function(define) { 'use strict';
7define(function(require) {
8
9 // DEPRECATED: Use when/node instead
10 return require('../node');
11
12});
13}(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); }));