UNPKG

@wolfrog/parse-xbrl

Version:

Module to parse xbrl documents and output json.

3 lines (2 loc) 124 B
export function parse(filePath: string): Promise<any>; export function parseStr(str: string, country:string): Promise<any>;