UNPKG

@tanstack/router-generator

Version:

Modern and scalable routing for React applications

3 lines (2 loc) 179 B
import { types } from 'recast'; export declare function ensureStringArgument(callExpression: types.namedTypes.CallExpression, value: string, preferredQuote?: "'" | '"'): boolean;