Type alias BufWrapperPluginsArgument
BufWrapperPluginsArgument: { [key: string]: { [key: string]: ((...args: any[]) => any) } }
Type declaration
-
[key: string]: { [key: string]: ((...args: any[]) => any) }
-
[key: string]: ((...args: any[]) => any)
-
- (...args: any[]): any
-
Returns any
Type used as default value for the
BufWrapper#plugins
property