UNPKG

word-snatchers-cli

Version:

A console game which target is unscramble the letters to spell out a word fitting the given definition

5 lines (3 loc) 121 B
const flip = (data) => Object.fromEntries(Object.entries(data).map(([key, value]) => [value, key])); export { flip };