.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / lib / vocabularies / format / index.ts
1 import type {Vocabulary} from "../../types"
2 import formatKeyword from "./format"
3
4 const format: Vocabulary = [formatKeyword]
5
6 export default format