UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

6 lines 245 B
export * from "./data/cards/index.js"; export * from "./data/collections/index.js"; export * from "./services/index.js"; export * from "./types/index.js"; export declare const greet: (name?: string) => string; //# sourceMappingURL=index.d.ts.map