v1.0 du site web

This commit is contained in:
22107988t
2023-09-25 13:27:24 +02:00
parent 20cb812095
commit a94f68f22a
2787 changed files with 864804 additions and 0 deletions

9
app/node_modules/wikijs/dist/cjs/wiki.d.ts generated vendored Normal file
View File

@@ -0,0 +1,9 @@
/**
* wiki
* @example
* wiki({ apiUrl: 'http://fr.wikipedia.org/w/api.php' }).search(...);
* @namespace Wiki
* @param {Object} options
* @return {Object} - wiki (for chaining methods)
*/
export default function wiki(options?: Object): Object;