2
0
mirror of synced 2025-02-25 04:25:16 +00:00

4 lines
144 B
TypeScript
Raw Normal View History

2019-05-14 18:48:48 -04:00
/// <reference types="node" />
export declare function loadTests(tag: string): any;
export declare function loadData(filename: string): Buffer;