import { fn } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { eval_ } = fn;
Evaluate {string} and return the result. Especially useful to
turn the result of string()
back into the original value.
This works for Numbers, Floats, Strings, Blobs and composites
of them. Also works for Funcref
s that refer to existing
functions.
Can also be used as a method
:
argv->join()->eval()
Parameters
denops: Denops