babel-plugin-tester
Version:
Utilities for testing babel plugins
12 lines • 369 B
TypeScript
/**
* An internal symbol representing the type of a normalized test configuration.
*
* @internal
*/
export declare const $type: unique symbol;
/**
* The project-wide namespace that appears in debugger output. Only used in
* tests.
*/
export declare const globalDebuggerNamespace = "bpt";
export declare const globalDebugger: import("rejoinder").ExtendedDebugger;