- Function(name, options?): ((cls: any, methodName: null | string) => any)
Parameters
- name: string
- options: NvimFunctionOptions = {}
Returns ((cls: any, methodName: null | string) => any)
- (cls, methodName): any
Parameters
- cls: any
- methodName: null | string
Returns any