UNPKG

leasot

Version:

Parse and output TODOs and FIXMEs from comments in your files

3 lines (2 loc) 133 B
export { prepareComment, getRegex } from './comments.js'; export declare const getLineFromPos: (str: string, pos: number) => number;