HTMLify
Log in
Register
Dashboard
Temp Share
Shortlinks
Frames
API
Log in
Register
Dashboard
Temp Share
Shortlinks
Frames
API
cody - HTMLify profile
cody
4270 Files
640735 Views
Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/test
index.js
cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/test/index.js
125 Views
0 Comments
'use strict';
var test = require('tape');
var hasProto = require('../');
test('hasProto', function (t) {
var result = hasProto();
t.equal(typeof result, 'boolean', 'returns a boolean (' + result + ')');