| 56 | export type V8nExtend = (newRules: { [name: string]: RuleDefinition }) => void; |
| 57 | |
| 58 | export interface V8nObject { |
| 59 | (): V8nValidator; |
| 60 | extend: V8nExtend; |
| 61 | clearCustomRules: () => void; |
| 62 | } |
| 63 | |
| 64 | export const v8n: V8nObject; |
nothing calls this directly
no outgoing calls
no test coverage detected