Function write

  • Write a stencila.Node to a file.

    Type Parameters

    • Options extends CommonEncodeOptions

    Parameters

    • node: Node

      The node to write.

    • filePath: string

      The file system path to write to. Use - write to standard output.

    • options: Options = ...

      Encoding options.

    Returns Promise<void>

Generated using TypeDoc