Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

loadPublicFiles

import { loadPublicFiles } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

utility function to copy all files from a folder to the Web App source code bundle folder

async function loadPublicFiles(sourcePath?, targetPath?): Promise<void>;
§
loadPublicFiles(sourcePath?, targetPath?): Promise<void>
[src]

§Parameters

§
sourcePath? optional
[src]
§
targetPath? optional
[src]

§Return Type

§
Promise<void>
[src]