From a06f73250d071c5c4439b2ff4423ec815cc97887 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 7 May 2024 16:10:50 +0300 Subject: [PATCH] squash! --- Target/Function/Adapt.d.ts | 4 ++-- Target/Function/Exec.d.ts | 2 +- Target/Function/JSON.d.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Target/Function/Adapt.d.ts b/Target/Function/Adapt.d.ts index 8c1b33f..731edc3 100644 --- a/Target/Function/Adapt.d.ts +++ b/Target/Function/Adapt.d.ts @@ -4,8 +4,8 @@ */ declare const _default: Interface; export default _default; -import type Interface from "@Interface/Adapt.js"; -export declare const Exec: import("../Interface/Exec").default; +import type Interface from "../Interface/Adapt.js"; +export declare const Exec: import("../Interface/Exec.js").default; export declare const resolve: (...paths: string[]) => string; export declare const Pipe: string[]; export declare const Current: string; diff --git a/Target/Function/Exec.d.ts b/Target/Function/Exec.d.ts index 5f95b96..dccd40a 100644 --- a/Target/Function/Exec.d.ts +++ b/Target/Function/Exec.d.ts @@ -4,4 +4,4 @@ */ declare const _default: Interface; export default _default; -import type Interface from "@Interface/Exec.js"; +import type Interface from "../Interface/Exec.js"; diff --git a/Target/Function/JSON.d.ts b/Target/Function/JSON.d.ts index 87feaa6..2f74f5d 100644 --- a/Target/Function/JSON.d.ts +++ b/Target/Function/JSON.d.ts @@ -4,4 +4,4 @@ */ declare const _default: Interface; export default _default; -import type Interface from "@Interface/JSON.js"; +import type Interface from "../Interface/JSON.js";