UNPKG

@tanstack/router-generator

Version:

Modern and scalable routing for React applications

5 lines (4 loc) 285 B
import { types } from 'recast'; import { TransformOptions, TransformResult } from './types.cjs'; export declare function transform({ ctx, source, plugins, }: TransformOptions): Promise<TransformResult>; export declare function detectPreferredQuoteStyle(ast: types.ASTNode): "'" | '"';