UNPKG

dgeni-packages

Version:

A collection of dgeni packages for generating documentation from source code

7 lines (6 loc) 179 B
import { LineAndCharacter, Node } from 'typescript'; export declare class Location { start: LineAndCharacter; end: LineAndCharacter; constructor(declaration: Node); }