PATH: //opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules/is-obj
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 index.js
↓
X
📄 license
↓
X
📄 package.json
↓
X
📄 readme.md
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: index.js
'use strict'; module.exports = function (x) { var type = typeof x; return x !== null && (type === 'object' || type === 'function'); };
SIMPAN PERUBAHAN