UNPKG

sortier

Version:
4 lines (3 loc) 230 B
export declare function createError(message: string, loc: any): SyntaxError; export declare function includeShebang(text: string, ast: any): void; export declare function addParenthesis(fileContents: string, nodes: any[]): any[];