Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 24, 2023
1 parent 9de39ab commit a00e8e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Target/Library/Flights.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type { optionCommandsPlan } from "../Option/Index.js";
export default class flights {
plan: optionCommandsPlan;
constructor(debug?: optionCommandsPlan["debug"]);
}
1 change: 1 addition & 0 deletions Target/Library/Flights.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
class o{plan={flights:0,debug:2,info:{},results:new Map,ongoing:{destination:""}};constructor(n=2){this.plan.debug=n}}export{o as default};
1 change: 1 addition & 0 deletions Target/Option/Index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var n={Logger:2,dispatch:{passed:async()=>!0,changed:async o=>o}};export{n as default};

0 comments on commit a00e8e7

Please sign in to comment.