Revert "Merge mintaka lib"

This reverts commit c6136b6e21.
This commit is contained in:
2024-03-21 12:28:47 -03:00
parent c6136b6e21
commit 23c6f5b30a
15 changed files with 23 additions and 747 deletions

View File

@ -1,12 +0,0 @@
// Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT
import { HttpClient } from '../build/index.mjs';
async function main() {
const http = new HttpClient();
const reponse = await http.get('https://www.tribufu.com');
console.log(reponse);
}
main();