DefinitelyTyped/types/relay-config/index.d.ts
thicodes 1911a1fbbe [relay-compiler] Upgrade to suport version 8 (#41740)
* Upgrade to suport version 8

* Change version

* Merge branch 'update-relay-compiler-v8' of github.com:thicodes/DefinitelyTyped into feat/relay-8

* solve lint problems

* upgrade versions of typescript to 3.4

Co-authored-by: Renan Machado <renan.mav@hotmail.com>
2020-01-27 17:15:18 +01:00

10 lines
368 B
TypeScript

// Type definitions for relay-config 6.0
// Project: https://facebook.github.io/relay/
// Definitions by: Eloy Durán <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.4
import { Config } from 'relay-compiler/lib/bin/RelayCompilerMain';
export function loadConfig(): Config | undefined;