UNPKG

@pact-foundation/pact-core

Version:

Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.

7 lines (6 loc) 173 B
export declare class PactEnvironment { get cwd(): string; isWindows(platform?: string): boolean; } declare const _default: PactEnvironment; export default _default;