diff --git a/Documentation/index.html b/Documentation/index.html index bd7f7df..618fe12 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -47,4 +47,4 @@

Generated using TypeDoc

-
+
\ No newline at end of file diff --git a/Documentation/modules.html b/Documentation/modules.html index 5128288..6632fc3 100644 --- a/Documentation/modules.html +++ b/Documentation/modules.html @@ -42,4 +42,4 @@

Functions

default

Generated using TypeDoc

-
+
\ No newline at end of file diff --git a/Target/Index.d.ts b/Target/Index.d.ts new file mode 100644 index 0000000..a55a3b7 --- /dev/null +++ b/Target/Index.d.ts @@ -0,0 +1,3 @@ +import type { AstroIntegration } from "astro"; +declare const _default: () => AstroIntegration; +export default _default; diff --git a/Target/Index.js b/Target/Index.js index 4487ecf..160dd23 100644 --- a/Target/Index.js +++ b/Target/Index.js @@ -1,8 +1 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.default = (function () { return ({ - name: "astro-networks", - hooks: { - "astro:config:setup": function () { }, - }, -}); }); +var t=()=>({name:"astro-networks",hooks:{"astro:config:setup":()=>{}}});export{t as default};