import { Writers } from "https://deno.land/x/ts_morph@16.0.0/mod.ts";
Gets a writer function for writing a return statement returning the provided value (ex. return value;
).
Parameters
value: WriterFunctionOrValue
- Value to be returned.
x/ts_morph/mod.ts>Writers.returnStatement
import { Writers } from "https://deno.land/x/ts_morph@16.0.0/mod.ts";
Gets a writer function for writing a return statement returning the provided value (ex. return value;
).