| 18 | // NOTE: Use Stringifyable[] |
| 19 | // eslint-disable-next-line @typescript-eslint/no-empty-object-type |
| 20 | interface StringifyableArray extends Array<Stringifyable> {} |
| 21 | |
| 22 | export const zStringifyableAtomic = (() => { |
| 23 | type TargetType = StringifyableAtomic; |
nothing calls this directly
no outgoing calls
no test coverage detected