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

renderNixExpression

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

Converts a NixExpression to a string representing that Nix expression.

It is advised to defer calling this unless actually serializing to disk. This way Nix expressions remain as the type NixExpression.

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

§Parameters

§Return Type

§
string
[src]