UNPKG

node-sloc

Version:

A small tool for counting SLOC.

11 lines (10 loc) 250 B
import { FileExtension } from './types'; declare const cStyleComments: { line: string; block: { start: string; end: string; }; }; declare const extensions: FileExtension[]; export { cStyleComments, extensions };