UNPKG

sortier

Version:
5 lines (4 loc) 187 B
export interface SortDeclarationsOptions { overrides: string[]; } export declare function sortDeclarations(node: any, fileContents: string, options: SortDeclarationsOptions): string;