4 lines
104 B
TypeScript
Executable File
4 lines
104 B
TypeScript
Executable File
import type { Vocabulary } from "../../types";
|
|
declare const format: Vocabulary;
|
|
export default format;
|