@darkwolf/primordials
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@darkwolf/primordials", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Primordials", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -12,6 +12,8 @@ # Primordials | ||
Object, | ||
ObjectPrototypeToString | ||
ObjectPrototypeToString, | ||
ObjectPrototypeToStringTag | ||
} = primordials | ||
ObjectPrototypeToString(new Object()) // => '[object Object]' | ||
ObjectPrototypeToStringTag(new Object()) // => 'Object' | ||
``` | ||
@@ -18,0 +20,0 @@ ## [API Documentation](https://github.com/Darkwolf/node-primordials/blob/master/docs/API.md) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23601
672
24