chore(NA): merge and solve conflicts with 7.x (#34645)

This commit is contained in:
Tiago Costa 2019-04-05 19:14:26 +01:00 committed by GitHub
parent d6a9de54f5
commit f062c97302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
259 changed files with 1003 additions and 1221 deletions

View file

@ -17,8 +17,7 @@
* under the License.
*/
declare module 'lodash/internal/toPath' {
function toPath(value: string | string[]): string[]
function toPath(value: string | string[]): string[];
export = toPath;
}