@arc-js/initiator 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # @arc-js/initiator
2
+
3
+ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4
+ ![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-007ACC)
5
+ ![Browser](https://img.shields.io/badge/browser-compatible-green)
6
+ ![Node.js](https://img.shields.io/badge/Node.js-18+-339933)
7
+
8
+ ## 📄 Licence
9
+
10
+ MIT License - Voir le fichier [LICENSE](LICENSE) pour plus de détails.
11
+
12
+ ## 🐛 Signaler un Bug
13
+
14
+ Envoyez nous un mail à l'adresse `contact.inicode@gmail.com` pour :
15
+ - Signaler un bug
16
+ - Proposer une amélioration
17
+ - Poser une question
18
+
19
+ ---
20
+
21
+ *Développé par l'équipe INICODE*
package/index.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ declare function export_default(dirname?: string | undefined): void;
2
+
3
+ export { export_default as default };