Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 19, 2022
1 parent 0ee591d commit c5ff127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function base() {
const transformers = trough()
/** @type {Processor['attachers']} */
const attachers = []
/** @type {Record<string, unknown>} */
/** @type {{settings?: Record<string, unknown>} & Record<string, unknown>} */
let namespace = {}
/** @type {boolean|undefined} */
let frozen
Expand Down Expand Up @@ -178,7 +178,7 @@ function base() {
return processor

/**
* @param {import('..').Pluggable<unknown[]>} value
* @param {import('..').Pluggable<Array<unknown>>} value
* @returns {void}
*/
function add(value) {
Expand Down

0 comments on commit c5ff127

Please sign in to comment.