Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

toHumanReadable

import { toHumanReadable } from "https://garn.io/ts/v0.0.16/nix.ts";

Converts a NixExpression to a (hopefully concise) human readable string with incidental dependencies snipped out with "[...]"

function toHumanReadable(nixExpr: NixExpression): string;
§
toHumanReadable(nixExpr: NixExpression): string
[src]

§Parameters

§Return Type

§
string
[src]