revert: return type

This commit is contained in:
alexander.akait 2023-05-17 22:35:37 +03:00
parent cba05da34e
commit 06a1f0b38f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const {
} = require("../util/propertyName");
/**
* @param {Array<string>} properties properties
* @param {ArrayLike<string>} properties properties
* @param {number} start start index
* @returns {string} chain of property accesses
*/