sfcode
An Online Competing and Development Environment
Prototype

Some constructor's prototype property

<tt>prototype/is</tt>

Confirms if given object serves as a prototype property

const isPrototype = require("type/prototype/is");
isPrototype({}); // false
isPrototype(Object.prototype); // true
isPrototype(Array.prototype); // true