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

x/denops_std/function/mod.ts>sha256

📚 Standard module for denops.vim
Go to Latest
function sha256
import { sha256 } from "https://deno.land/x/denops_std@v4.1.4/function/mod.ts";

Returns a String with 64 hex characters, which is the SHA256 checksum of {string}. Can also be used as a |method|: GetText()->sha256() {only available when compiled with the |+cryptv| feature}

Parameters

denops: Denops
string: unknown

Returns

Promise<unknown>