Function encode

  • Implementation of Stencila plugin method encode.

    Delegates to the codec that matches the output format and dumps the VFile content to a string. Extends Jesta's method schema with all the formats supported by Encoda.

    Parameters

    • this: Encoda
    • node: Node
    • format: string

    Returns Promise<string>

Generated using TypeDoc