class Rouge::Lexers::Typescript
def self.declarations
def self.declarations @declarations ||= super + Set.new(%w( const type constructor abstract )) end
def self.declarations @declarations ||= super + Set.new(%w( const type constructor abstract )) end