mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
apply code formatting
This commit is contained in:
Vendored
+8
-7
@@ -166,13 +166,14 @@ export interface Languages {
|
||||
}
|
||||
|
||||
export type HookCallback = (env: Environment) => void;
|
||||
export type AvailableHooks = "before-highlightall"
|
||||
| "before-sanity-check"
|
||||
| "before-highlight"
|
||||
| "before-insert"
|
||||
| "after-highlight"
|
||||
| "complete"
|
||||
| "wrap";
|
||||
export type AvailableHooks
|
||||
= "before-highlightall"
|
||||
| "before-sanity-check"
|
||||
| "before-highlight"
|
||||
| "before-insert"
|
||||
| "after-highlight"
|
||||
| "complete"
|
||||
| "wrap";
|
||||
|
||||
export interface Hooks {
|
||||
all: Array<Array<(env: Environment) => void>>;
|
||||
|
||||
Reference in New Issue
Block a user