24 lines
733 B
JavaScript
24 lines
733 B
JavaScript
//////////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// This is a generated file. You can view the original //
|
|
// source in your browser if your browser supports source maps. //
|
|
// Source maps are supported by all recent versions of Chrome, Safari, //
|
|
// and Firefox, and by Internet Explorer 11. //
|
|
// //
|
|
//////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
(function () {
|
|
|
|
/* Imports */
|
|
var DDP = Package['ddp-client'].DDP;
|
|
|
|
|
|
|
|
/* Exports */
|
|
Package._define("ddp", {
|
|
DDP: DDP
|
|
});
|
|
|
|
})();
|