Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
nyc
/
node_modules
/
p-is-promise
/
Filename :
index.js
back
Copy
'use strict'; const isPromise = input => ( input instanceof Promise || ( input !== null && typeof input === 'object' && typeof input.then === 'function' && typeof input.catch === 'function' ) ); module.exports = isPromise; module.exports.default = isPromise;