Update TypeScript documentation (2.8.3)

pull/797/merge
Thibaut Courouble 7 years ago
parent eeb30071b3
commit 2114243df6

@ -2,7 +2,7 @@ module Docs
class Typescript < UrlScraper class Typescript < UrlScraper
self.name = 'TypeScript' self.name = 'TypeScript'
self.type = 'typescript' self.type = 'typescript'
self.release = '2.7.2' self.release = '2.8.3'
self.base_url = 'https://www.typescriptlang.org/docs/' self.base_url = 'https://www.typescriptlang.org/docs/'
self.root_path = 'tutorial.html' self.root_path = 'tutorial.html'
self.links = { self.links = {

Loading…
Cancel
Save