UNPKG

node-loc

Version:

ts-lib [![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/ts-lib)

17 lines (16 loc) 347 B
import { LineInfo } from './file'; export declare class LocDir { private pattern; private info; private files; private languages; constructor(pattern: string); private loadInfo(); getPattern(): string; getInfo(): { info: LineInfo; languages: { [key: string]: number; }; }; }