Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

How to declare a statement in d.ts that has both an instance method and an instance attribute and has same name #233

Closed
@freezestudio

Description

@freezestudio

e.g.

javascript class: Test

Instance Methods : var number=test.size();
Instance Variables : size Type: Number

in .d.ts How to declare it?

thanks!

or see:http://www.nodegit.org/api/diff_file/#size

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions