aws-arn-parser
aws-arn-parser copied to clipboard
`sep` vs `separator`, missing reference
The following line is producing a warning in my IDE's static checks, that separator
is not defined. Perhaps it should be sep
.
https://github.com/sandfox/aws-arn-parser/blob/ff694a525c379ed067cf63a2f6bc46663ba7beab/src/arn.js#L41