scala-js-ts-importer
scala-js-ts-importer copied to clipboard
Support for typescript Type Guards
I tried running on Monaco Editor and discovered the importer doesn't handle TS Type Guards.
Parse error at 81.48
'`:'' expected but identifier PromiseLike found
public static is(value: any): value is PromiseLike<any>;