word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
22 lines (21 loc) • 794 B
JavaScript
export const dir_ti = {
ticket: () => import("./ticket.json"),
tide: () => import("./tide.json"),
tidy: () => import("./tidy.json"),
tie: () => import("./tie.json"),
tight: () => import("./tight.json"),
tighten: () => import("./tighten.json"),
tile: () => import("./tile.json"),
till: () => import("./till.json"),
timber: () => import("./timber.json"),
time: () => import("./time.json"),
timely: () => import("./timely.json"),
timing: () => import("./timing.json"),
tin: () => import("./tin.json"),
tiny: () => import("./tiny.json"),
tip: () => import("./tip.json"),
tire: () => import("./tire.json"),
tired: () => import("./tired.json"),
tissue: () => import("./tissue.json"),
title: () => import("./title.json"),
};