Created
January 14, 2021 23:48
-
-
Save alexalvess/61f8e1a927961970bd3d64bafa91da9a to your computer and use it in GitHub Desktop.
index ts imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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