3 lines
97 B
TypeScript
Executable file
3 lines
97 B
TypeScript
Executable file
import type { Vocabulary } from "../types";
|
|
declare const next: Vocabulary;
|
|
export default next;
|