mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [relay-config] Initial import * [relay-config] Configure tsc for linting * [relay-config] Use TS v3
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.0
|
|
|
|
import { Config } from 'relay-compiler/lib/bin/RelayCompilerMain';
|
|
|
|
export function loadConfig(): Config | undefined;
|