Issue created from Glutinum Tool
Glutinum version - 0.13.0-preview
TypeScript
/**
* Some documentation goes here
*/
interface Thenable<T> extends PromiseLike<T> { }
FSharp
module rec Glutinum
open Fable.Core
open Fable.Core.JsInterop
open System
[<AllowNullLiteral>]
[<Interface>]
type Thenable<'T> =
inherit PromiseLike<'T>
Problem description
Issue created from Glutinum Tool
Glutinum version - 0.13.0-preview
TypeScript
FSharp
Problem description