Skip to content

goldy-js/natives

Repository files navigation

semantic-release: commitizen Commitizen friendly

Array

;[1, 2, 3]._last()
// 3

;["key", "value"]._toH()
// { key: "value" }

Object

obj._stringify() === JSON.stringify(obj, null, 2)