Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 324 Bytes

File metadata and controls

11 lines (7 loc) · 324 Bytes

print (exported function)

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;