UNPKG

sortier

Version:
5 lines (4 loc) 235 B
import { Comment, SwitchCase } from "estree"; export interface SortSwitchCaseOptions { } export declare function sortSwitchCases(cases: SwitchCase[], comments: Comment[], fileContents: string, options?: SortSwitchCaseOptions): string;