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

x/windmill/node_modules/scripting-tools/dist/lib/get_caller_file_path.d.ts>get_caller_file_path

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
function get_caller_file_path
import { get_caller_file_path } from "https://deno.land/x/windmill@v1.53.0/node_modules/scripting-tools/dist/lib/get_caller_file_path.d.ts";

Let's say we have this function declared somewhere.

function get__filename(){ return get_caller_file_path(); }

Then we can assert that:

get__filename() === __filename

Returns

string