wish i could spell
This commit is contained in:
parent
c460cfe714
commit
a609120cb8
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ 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)
|
||||
export const entries = dispatch(['entries'], Object.entries)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue