Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dpp_vim/utils.ts>safeStat

Dark powered plugin manager for Vim/neovim
Latest
function safeStat
import { safeStat } from "https://deno.land/x/dpp_vim@v1.0.0/utils.ts";

Parameters

path: string

Returns

Promise<Deno.FileInfo | null>