Skip to main content
Module

x/create_react_app/deps.ts>fs.moveSync

Create React App with Deno
Latest
function fs.moveSync
import { fs } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { moveSync } = fs;

Moves a file or directory synchronously

Parameters

src: string
dest: string
optional
unnamed 2: MoveOptions = [UNSUPPORTED]