Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/node/module.ts>default._findPath

A modern runtime for JavaScript and TypeScript.
Go to Latest
method default._findPath
import { default } from "https://deno.land/x/deno@v0.28.0/std/node/module.ts";

Parameters

request: string
paths: string[]
isMain: boolean

Returns

string | boolean