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

x/freshlate/freshlate/shared.ts>Options

A translation plugin for Deno Fresh
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/freshlate@0.1.2/freshlate/shared.ts";

Properties

selfURL: string

The import.meta.url of the module defining these options.

languages: Record<string, Record<string, string>>