test: add typed test coercion helper
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
declare global {
|
||||
function testCoerce<TValue>(value: TValue): TValue
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user