get-proto 
Robustly get the [[Prototype]] of an object. Uses the best available method.
Getting started
1 | npm install --save get-proto |
Usage/Examples
1 | const assert = require('assert'); |
Tests
Clone the repo, npm install, and run npm test
Robustly get the [[Prototype]] of an object. Uses the best available method.
1 | npm install --save get-proto |
1 | const assert = require('assert'); |
Clone the repo, npm install, and run npm test