UNPKG

@ui5/linter

Version:

A static code analysis tool for UI5

6 lines (5 loc) 182 B
import ts from "typescript"; export declare function toPosStr(node: ts.Node): string; export declare class UnsupportedModuleError extends Error { constructor(message: string); }