Skip to content

MethodModifier

export type MethodModifier = “abstract” | “sealed” | “static” | “virtual”;