bookmarks.js 443 B

123456789
  1. /**
  2. * Brief description of the function here.
  3. * @summary If the description is long, write your summary here. Otherwise, feel free to remove this.
  4. * @param {ParamDataTypeHere} parameterNameHere - Brief description of the parameter here. Note: For other notations of data types, please refer to JSDocs: DataTypes command.
  5. * @return {ReturnValueDataTypeHere} Brief description of the returning value here.
  6. */
  7. const getBookmarks = () => {
  8. }