UNPKG

loqs

Version:

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

7 lines (6 loc) 171 B
declare module 'loqs' { export const parse: (options: { query: string, }) => { matches: (value: string) => boolean, columns: (original: [string]) => [string], }; };