Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes this sort of error: ``` node_modules/@multiformats/multiaddr/dist/src/protocols-table.d.ts:10:40 - error TS1005: ',' expected. 10 export declare const table: Array<[code: number, size: number, name: string, resolvable?: boolean, path?: boolean]>; ~ ```
- Loading branch information