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 650e6ea commit b3fe231
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Target/Index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { AstroIntegration } from "astro";
declare const _default: (Options?: Option) => AstroIntegration;
export default _default;
1 change: 1 addition & 0 deletions Target/Index.js

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

6 changes: 6 additions & 0 deletions Target/Option/Index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { Option as _Option } from "files-pipe";
export default interface Option extends _Option {
[key: string]: any;
}
declare const _default: any;
export default _default;
1 change: 1 addition & 0 deletions Target/Option/Index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{Default as e,Merge as t}from"files-pipe";var p=t(e,{pipe:{}});export{p as default};

0 comments on commit b3fe231

Please sign in to comment.