Sha256: 8c5f097c9917028075f5270bdd3ec3a2b38f47874ce212e03621f1083f871ecb
Contents?: true
Size: 192 Bytes
Versions: 6
Compression:
Stored size: 192 Bytes
Contents
export interface Exports { exports: string[]; reexports: string[]; } export declare function parse(source: string, name?: string): Exports; export declare function init(): Promise<void>;
Version data entries
6 entries across 6 versions & 1 rubygems