aniql
Version:
A library for interacting with the AniList API.
12 lines (11 loc) • 482 B
TypeScript
export { createClient } from './createClient';
export type { ClientOptions } from './createClient';
export type { FieldsSelection } from './typeSelection';
export { generateGraphqlOperation } from './generateGraphqlOperation';
export type { GraphqlOperation } from './generateGraphqlOperation';
export { linkTypeMap } from './linkTypeMap';
export { createFetcher } from './fetcher';
export { GenqlError } from './error';
export declare const everything: {
__scalar: boolean;
};