Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

docs(env): Add JSDoc to Environment and API prototypes #1107

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/api/kuma.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const util = require('./util.js');

module.exports = {
/**
* Expose url from node.js to templates
* Expose url from node.js to templates.
*/
url: url,
url,
htmlEscape: util.htmlEscape
};