Skip to content
Snippets Groups Projects
Verified Commit 45b10f18 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update return type doctype

parent e3a368f7
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ class Pipe extends Base { ...@@ -57,7 +57,7 @@ class Pipe extends Base {
* @param {string} name * @param {string} name
* @param {function} callback * @param {function} callback
* @param {object} context * @param {object} context
* @return {Transformer} * @return {Pipe}
* @throws {TypeError} value is not a string * @throws {TypeError} value is not a string
* @throws {TypeError} value is not a function * @throws {TypeError} value is not a function
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment