5 lines
217 B
TypeScript
5 lines
217 B
TypeScript
import type { DocumentNode } from "graphql";
|
|
export declare function stripSensitiveLiterals(ast: DocumentNode, options?: {
|
|
hideListAndObjectLiterals?: boolean;
|
|
}): DocumentNode;
|
|
//# sourceMappingURL=index.d.ts.map
|