| 11 | type Serializable = SerializableType | SerializableType[]; |
| 12 | |
| 13 | export interface TransferrableObject { |
| 14 | /** |
| 15 | * Retrieves an array of values that allow the retrieval of a specific object in the main thread. |
| 16 | */ |
| 17 | [TransferrableKeys.serializeAsTransferrableObject](): number[]; |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…