Converts an AST back into a code string.
This function is used internally by transmute.
The options parameter is the same type as the options parameter for transmute.
declare function print(ast: types.Node, options?: Options): Result;
Converts an AST back into a code string.
This function is used internally by transmute.
The options parameter is the same type as the options parameter for transmute.
declare function print(ast: types.Node, options?: Options): Result;