0.0.34 • Published 6 months ago

@types/donna v0.0.34

Weekly downloads
5
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/donna

Summary

This package contains type definitions for donna (https://github.com/atom/donna).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/donna.

index.d.ts

// Type definitions for donna
// Project: https://github.com/atom/donna
// Definitions by: vvakame <https://github.com/vvakame>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function generateMetadata(modules: string[]): DonnaTypes.Metadata;

declare namespace DonnaTypes {
    interface Metadata {
        files: { [filePath: string]: File; };
    }

    interface File {
        objects: { [line: number]: Line; };
        exports: any;
    }

    interface Line {
        [row: number]: Object;
    }

    interface Object {
        type: string;
        name: string;
        bindingType: string;
        paramNames?: string[] | undefined;
        classProperties?: any[] | undefined;
        prototypeProperties?: number[][] | undefined;
        doc?: string | undefined;
        range: number[][];

    }
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 09:08:50 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by vvakame.

0.0.32

8 months ago

0.0.33

7 months ago

0.0.34

6 months ago

0.0.31

3 years ago

0.0.30

7 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.16-alpha

8 years ago

0.0.15-alpha

8 years ago