UNPKG

@tunnel-cast/tunnel-cast

Version:

<br>

5 lines (4 loc) 92 B
export interface CastResult<T = any> { resolvedValue: T; messages: Array<string>; }