@transloadit/pr
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -1,2 +0,1 @@ | ||
declare const _default: <T>(...args: T[]) => T[]; | ||
export = _default; | ||
export default function pr<T>(...args: T[]): T[]; |
"use strict"; | ||
const util = require("util"); | ||
module.exports = function pr(...args) { | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const util = __importStar(require("util")); | ||
function pr(...args) { | ||
for (const arg of args) { | ||
@@ -8,3 +32,4 @@ console.log(util.inspect(arg, false, null, true)); | ||
return args; | ||
}; | ||
} | ||
exports.default = pr; | ||
//# sourceMappingURL=pr.js.map |
{ | ||
"name": "@transloadit/pr", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"repository": { | ||
@@ -23,3 +23,3 @@ "type": "git", | ||
}, | ||
"gitHead": "0a3041d61326d5de201cb1728e1a1a2d7a0cd5bc" | ||
"gitHead": "412a97c914bd1a8c6d21df01c9f7e18ab19b218a" | ||
} |
@@ -5,5 +5,5 @@ { | ||
"outDir": "dist/", | ||
"rootDir": "src/", | ||
"rootDir": "src/" | ||
}, | ||
"include": ["src/"], | ||
"include": ["src/"] | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
78
38945