Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 30, 2024
1 parent 88f52fd commit 79d199c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/assets/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Target/Function/By.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var s=async(...[r,o,t])=>{for(const[e,p]of o)for(const a of await(await import("fast-glob")).default(r,{cwd:e??(await import("node:process")).cwd(),onlyFiles:!0}))t.set(`${p}${a}`,`${e}${a}`);return t};export{s as default};
var s=async(...[r,o,t])=>{for(const[e,p]of o)for(const a of await(await import("fast-glob")).default(r,{cwd:e??(await import("process")).cwd(),onlyFiles:!0}))t.set(`${p}${a}`,`${e}${a}`);return t};export{s as default};
2 changes: 1 addition & 1 deletion Target/Function/In.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Target/Function/Pipe.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Target/Type/Buffer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
*/
export type Type = string | NodeJS.ArrayBufferView | Iterable<string | NodeJS.ArrayBufferView> | AsyncIterable<string | NodeJS.ArrayBufferView> | Stream;
export type { Type as default };
import type { Stream } from "node:stream";
import type { Stream } from "stream";
2 changes: 1 addition & 1 deletion Target/Variable/Option.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79d199c

Please sign in to comment.