3 lines
153 B
TypeScript
3 lines
153 B
TypeScript
import { ObjectShape } from '../object';
|
|
export default function sortFields(fields: ObjectShape, excludedEdges?: readonly [string, string][]): string[];
|