%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/node_modules/next/dist/lib/
Upload File :
Create Path :
Current File : /var/www/html/node_modules/next/dist/lib/pick.js

"use strict";
Object.defineProperty(exports, "__esModule", {
    value: true
});
exports.pick = pick;
function pick(obj, keys) {
    const newObj = {};
    for (const key of keys){
        newObj[key] = obj[key];
    }
    return newObj;
}

//# sourceMappingURL=pick.js.map

Zerion Mini Shell 1.0