Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dex/lib-dyn/util/template.js>writeJsFileUsingTemplate

Dex: An SQL query builder port of Knex for Deno
Latest
variable writeJsFileUsingTemplate
import { writeJsFileUsingTemplate } from "https://deno.land/x/dex@1.0.2/lib-dyn/util/template.js";

Write a javascript file using another file as a (lodash) template

type

(
targetFilePath,
sourceFilePath,
options,
variables,
) => unknown