(key: unknown)
| 101 | export const JSON_PREFIX = '\uFFFD'; |
| 102 | |
| 103 | export const id = (key: unknown): Id => EMPTY_STRING + key; |
| 104 | |
| 105 | export const strRepeat = (str: string, count: number) => str.repeat(count); |
| 106 |
no outgoing calls
no test coverage detected