UNPKG

231 BTypeScriptView Raw
1import type { ValueNode } from '../language/ast';
2/**
3 * Sort ValueNode.
4 *
5 * This function returns a sorted copy of the given ValueNode.
6 *
7 * @internal
8 */
9export declare function sortValueNode(valueNode: ValueNode): ValueNode;