Skip to content

Instantly share code, notes, and snippets.

@alexalvess
Created January 14, 2021 23:48
Show Gist options
  • Select an option

  • Save alexalvess/61f8e1a927961970bd3d64bafa91da9a to your computer and use it in GitHub Desktop.

Select an option

Save alexalvess/61f8e1a927961970bd3d64bafa91da9a to your computer and use it in GitHub Desktop.
index ts imports
import * as Request from "request";
const xml2js = require("xml2js");
const fs = require("fs");
const task = require("azure-pipelines-task-lib/task");
const parser = new xml2js.Parser({ attrkey: "ATTR" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment