mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-30 05:55:57 +02:00
v1.0 du site web
This commit is contained in:
9
app/node_modules/wikijs/dist/cjs/wiki.d.ts
generated
vendored
Normal file
9
app/node_modules/wikijs/dist/cjs/wiki.d.ts
generated
vendored
Normal 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;
|
Reference in New Issue
Block a user