UNPKG

babel-plugin-tester

Version:
12 lines 369 B
/** * 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;