Uploading the main structure

هذا الالتزام موجود في:
2025-08-18 23:23:28 +03:00
التزام e696f2f4cd
1011 ملفات معدلة مع 275020 إضافات و0 حذوفات

8
node_modules/babel-walk/lib/explode.d.ts مولّد مباع Normal file
عرض الملف

@@ -0,0 +1,8 @@
/**
* This serves thre functions:
*
* 1. Take any "aliases" and explode them to refecence the concrete types
* 2. Normalize all handlers to have an `{enter, exit}` pair, rather than raw functions
* 3. make the enter and exit handlers arrays, so that multiple handlers can be merged
*/
export default function explode(input: any): any;