DenoDeno.lint.MethodDefinitioninterface Deno.lint.MethodDefinitionunstableProperties ##type: "MethodDefinition" #range: Range #declare: boolean #computed: boolean #optional: boolean #override: boolean #readonly: boolean #static: boolean #kind: "constructor" | "get" | "method" | "set" #accessibility: Accessibility | undefined #decorators: Decorator[] #key: PrivateIdentifier | Identifier | NumberLiteral | StringLiteral | Expression #value: FunctionExpression | TSEmptyBodyFunctionExpression
interface Deno.lint.MethodDefinitionunstableProperties ##type: "MethodDefinition" #range: Range #declare: boolean #computed: boolean #optional: boolean #override: boolean #readonly: boolean #static: boolean #kind: "constructor" | "get" | "method" | "set" #accessibility: Accessibility | undefined #decorators: Decorator[] #key: PrivateIdentifier | Identifier | NumberLiteral | StringLiteral | Expression #value: FunctionExpression | TSEmptyBodyFunctionExpression