Crustack
@crustack/utils

entriesOf

Same as Object.entries but with proper types.

import {  } from '@crustack/utils'

const  = { : 1, : '' }

const  = ()
// Array<['a', number] | ['b', string]>

const  = .()
// Array<[string, string | number]>