dont use instanceof

This commit is contained in:
Philipp Kühn
2020-11-19 21:08:25 +01:00
parent a4cc02cff6
commit 6cb3de0f4e
4 changed files with 9 additions and 3 deletions

View File

@@ -65,6 +65,8 @@ export interface ExtensionConfig<Options = any, Commands = {}> {
}
export class Extension<Options = any, Commands = any> {
type = 'extension'
config: Required<ExtensionConfig> = {
name: 'extension',
defaultOptions: {},