UNPKG

loqs

Version:

Utility to parse json logs and a CLI to help filter them

10 lines (9 loc) 214 B
declare module 'loqs' { export const parse: ( args: { directory: string, extension: string; }, query: { matches: (value: string) => boolean, columns: (original: [string]) => [string], } ) => void; };