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

nix.toHumanReadable

import { nix } from "https://garn.io/ts/v0.0.20/mod.ts"; 

const { toHumanReadable } = nix;

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]