refactored ./src/types/path-set (#84)

Refactored PathSet, Path, and Hop types. Constructing these types with Buffers, and using class instead of makeClass.
This commit is contained in:
Nathan Nichols
2020-07-13 16:35:08 -05:00
parent ba04ea5f1f
commit 51ad4e36fc
9 changed files with 330 additions and 178 deletions

View File

@@ -87,6 +87,7 @@ module.exports = {
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
"spaced-comment": ["error", "always"],
},
},
{