remove node_modules and .gitignore them
This commit is contained in:
-10
@@ -1,10 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.resolveUserAgentConfig = void 0;
|
||||
function resolveUserAgentConfig(input) {
|
||||
return {
|
||||
...input,
|
||||
customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent,
|
||||
};
|
||||
}
|
||||
exports.resolveUserAgentConfig = resolveUserAgentConfig;
|
||||
Reference in New Issue
Block a user