mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-14 21:24:30 -08:00
show all imports in import statement
This commit is contained in:
@@ -41,12 +41,6 @@ export const map_find = (arr, mapper) => arr.reduce(
|
||||
null
|
||||
)
|
||||
|
||||
export const pick_keys = (obj, keys) => {
|
||||
return Object.fromEntries(
|
||||
Object.entries(obj).filter(([k,v]) => keys.includes(k))
|
||||
)
|
||||
}
|
||||
|
||||
export const stringify = val => JSON.stringify(val, null, 2)
|
||||
|
||||
export const zip = (x,y) => {
|
||||
|
||||
Reference in New Issue
Block a user