UNPKG

jest-metadata

Version:

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

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