mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* 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>
10 lines
368 B
TypeScript
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;
|