Skip to main content
Module

x/rambda/src/toPairs.js

Faster and smaller alternative to Ramda
Latest
File
export function toPairs(obj){ return Object.entries(obj)}