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

nix.renderNixExpression

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

const { renderNixExpression } = nix;

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]