summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/utils.d.ts
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/utils.d.ts')
-rw-r--r--.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/utils.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/utils.d.ts b/.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/utils.d.ts
deleted file mode 100644
index b39c9be..0000000
--- a/.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/utils.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-/**
- * Sanitizes an input into a string so it can be passed into issueCommand safely
- * @param input input to sanitize into a string
- */
-export declare function toCommandValue(input: any): string;