UNPKG

word-snatchers-cli

Version:

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

10 lines (6 loc) 176 B
import { flip } from "./utils.js"; const topicMappings = { bierce: "ambrose-bierce", }; const reverseTopicMappings = flip(topicMappings); export { reverseTopicMappings };