From 9f52bd2276cc38155a4b176c8e57e11493580ea0 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 29 Sep 2023 01:20:14 +0300 Subject: [PATCH] squash! --- Documentation/index.html | 2 +- Documentation/modules.html | 2 +- Target/Index.d.ts | 3 +++ Target/Index.js | 9 +-------- 4 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 Target/Index.d.ts 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};