mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 20:14:52 +01:00
8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
declare module 'ajv-keywords' {
|
|
import { Ajv } from 'ajv';
|
|
|
|
function keywords(ajv: Ajv, include?: string | string[]): Ajv;
|
|
|
|
export = keywords;
|
|
}
|