getJsFilePath(gleamFile: string,config: GleamConfig,): string
Get the path of the JavaScript file generated from a Gleam file
gleamFile: string
config: GleamConfig
getJsFilePath(gleamFile: string,config: GleamConfig,): string
Get the path of the JavaScript file generated from a Gleam file
gleamFile: string
config: GleamConfig
Add Package
deno add jsr:@gleam-tools/utils
Import symbol
import { getJsFilePath } from "@gleam-tools/utils";
---- OR ----
Import directly with a jsr specifier
import { getJsFilePath } from "jsr:@gleam-tools/utils";
Add Package
npx jsr add @gleam-tools/utils
Import symbol
import { getJsFilePath } from "@gleam-tools/utils";
Add Package
yarn dlx jsr add @gleam-tools/utils
Import symbol
import { getJsFilePath } from "@gleam-tools/utils";
Add Package
pnpm dlx jsr add @gleam-tools/utils
Import symbol
import { getJsFilePath } from "@gleam-tools/utils";
Add Package
bunx jsr add @gleam-tools/utils
Import symbol
import { getJsFilePath } from "@gleam-tools/utils";