import { SourceFile } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Copy this source file to a new file and immediately saves it to the file system asynchronously.
This will modify the module specifiers in the new file, if necessary.
Parameters
optional
options: SourceFileCopyOptions- Options for copying.
Returns
Promise<SourceFile>