UNPKG

@creditkarma/thrift-parser

Version:

A parser for Thrift written in TypeScript

3 lines (2 loc) 113 B
import { ThriftDocument } from './types'; export declare function organize(raw: ThriftDocument): ThriftDocument;