Skip to content

Documentation on interface should be forwarded to F# code #210

@MangelMaxime

Description

@MangelMaxime

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions