UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

8 lines (7 loc) 232 B
export * from "./data/cards/index.js"; export * from "./data/collections/index.js"; export * from "./services/index.js"; export * from "./types/index.js"; export const greet = (name = "World!") => { return `Hello, ${name}!`; };