Added extra JSDocs

no issue
This commit is contained in:
Naz 2023-01-20 20:03:11 +08:00
parent ccb485110b
commit fbf9442e39
No known key found for this signature in database

View File

@ -32,6 +32,9 @@ class Urls {
/**
* @description Add a url to the system.
* @param {Object} options
* @param {import('./Resource')} options.resource - instance of the Resource class
* @param {string} options.generatorId
* @param {string} options.url
*/
add(options) {
const url = options.url;