UNPKG

jest-metadata

Version:

🦸‍♂️ Superhero power for your Jest reporters! 🦸‍♀️

4 lines (3 loc) 193 B
import type { ChildProcessRealm } from './ChildProcessRealm'; import type { ParentProcessRealm } from './ParentProcessRealm'; export type ProcessRealm = ChildProcessRealm | ParentProcessRealm;