Skip to main content
Module

x/mesozoic/mod.ts>SourceFile

A generic build system for Deno web apps
Go to Latest
class SourceFile
implements ISource
extends Source
import { SourceFile } from "https://deno.land/x/mesozoic@v1.0.0-alpha.10/mod.ts";

Constructors

new
SourceFile(filePath: string, rootPath: string)

Methods

copyTo(to: string, filepath?): Promise<SourceFile>