import { dispatch } from './fantasy-land.js' export const keys = dispatch(['keys'], Object.keys) export const values = dispatch(['values'], Object.values) export const entires = dispatch(['entries'], Object.entries)