Sha256: 1744c5e10778330870343394882b5334b89180a83fa8378f8ba8e9eb0fb6f1a3
Contents?: true
Size: 310 Bytes
Versions: 30
Compression:
Stored size: 310 Bytes
Contents
"use strict"; var assert = require("chai").assert , isToStringTagSupported = require("../../lib/is-to-string-tag-supported"); describe("lib/is-to-string-tag-supported", function () { it("Should return boolean", function () { assert(typeof isToStringTagSupported === "boolean"); }); });
Version data entries
30 entries across 29 versions & 2 rubygems