Initial commit
This commit is contained in:
1
lib/index.d.ts
vendored
Normal file
1
lib/index.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare const getCLIArguments: () => void;
|
||||
8
lib/index.js
Normal file
8
lib/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.getCLIArguments = void 0;
|
||||
var getCLIArguments = function () {
|
||||
console.log(process.argv);
|
||||
};
|
||||
exports.getCLIArguments = getCLIArguments;
|
||||
(0, exports.getCLIArguments)();
|
||||
Reference in New Issue
Block a user