Skip to content

Commit

Permalink
Merge pull request #1083 from Fdawgs/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Jan 26, 2024
2 parents 82cf964 + 60fc6e4 commit bf81771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/misc.d.ts
Expand Up @@ -67,6 +67,7 @@ export interface Plugin {
hooks?: string[],
tags?: object,
words?: object,
frozen?: {[key: string]: string},
lib?: () => object,
api?: (fn: (view: any) => {}) => void, //should be View
mutate?: (fn: (world: object) => {}) => void,
Expand All @@ -83,6 +84,7 @@ export interface Match {
unTag?: string | string[],
group?: string | number,
reason?: string,
freeze?: boolean
}

export interface Net {
Expand All @@ -91,4 +93,4 @@ export interface Net {
isNet: boolean
}

export type ParsedMatch = object[]
export type ParsedMatch = object[]

0 comments on commit bf81771

Please sign in to comment.