UNPKG

128 BJavaScriptView Raw
1'use strict';
2var uncurryThis = require('../internals/function-uncurry-this');
3
4module.exports = uncurryThis({}.isPrototypeOf);