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

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

Variables

Compile the contents of specified (javascript) file as a lodash template

Light wrapper over lodash templates making it safer to be used with javascript source code.

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