Sha256: ae48a8d46994567423b26615688b637ca635994bbd1a0fef3e08e5e27e8cad7d
Contents?: true
Size: 231 Bytes
Versions: 26
Compression:
Stored size: 231 Bytes
Contents
import type { ValueNode } from '../language/ast'; /** * Sort ValueNode. * * This function returns a sorted copy of the given ValueNode. * * @internal */ export declare function sortValueNode(valueNode: ValueNode): ValueNode;
Version data entries
26 entries across 26 versions & 1 rubygems