DefinitelyTyped/types/nanographql/index.d.ts
2018-08-03 15:29:16 -07:00

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;