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

x/dpp_vim/utils.ts>parseHooksFile

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

Parameters

marker: string
hooksFile: string[]

Returns

Record<string, string | Record<string, string>>