(str: string)
| 7 | * @return {Boolean} Return true for c4 or return false for something like CM |
| 8 | */ |
| 9 | export const isNote = (str: string): boolean => |
| 10 | /^[a-gA-G](?:#|b)?\d$/.test(str); |
| 11 | |
| 12 | /** |
| 13 | * Take a String input such as xxx[xx[xx]] |
no outgoing calls
no test coverage detected