Sha256: ccf5e4e5c77ccf20f615acca5a5d25886deb805d99c4ea899956440b8bab8abf
Contents?: true
Size: 182 Bytes
Versions: 15
Compression:
Stored size: 182 Bytes
Contents
'use strict'; module.exports = function (stringifiable) { try { return String(stringifiable); } catch (e) { throw new TypeError("Passed argument cannot be stringifed"); } };
Version data entries
15 entries across 12 versions & 6 rubygems