mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
10 lines
384 B
TypeScript
10 lines
384 B
TypeScript
// Type definitions for nanographql 2.0
|
|
// Project: https://github.com/yoshuawuyts/nanographql
|
|
// Definitions by: Christopher Dieringer <https://github.com/cdaringe>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.3
|
|
|
|
export = nanographql;
|
|
|
|
declare function nanographql(query: TemplateStringsArray | string): (variables?: object) => string;
|