add keys, values, and entries fn
This commit is contained in:
parent
13cf60abdb
commit
c460cfe714
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
||||||
|
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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue