Skip to content

Commit

Permalink
chore@small
Browse files Browse the repository at this point in the history
  • Loading branch information
Deyan Totev committed Dec 17, 2023
1 parent 1d89ddc commit 94072e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion files/USEFUL_TOOLS.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
https://arethetypeswrong.github.io
https://arethetypeswrong.github.io
https://badgen.net/npm
2 changes: 0 additions & 2 deletions source/values.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { type } from './type.js'

export function values(obj){
if (type(obj) !== 'Object') return []

return Object.values(obj)
}

0 comments on commit 94072e9

Please sign in to comment.