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