UNPKG
@bombearn/sdk
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
Interaction framework for the yearn protocol
@bombearn/sdk
/
dist
/
test-utils
/
factories
/
token.factory.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
import
{
Token
}
from
"../.."
;
export
declare
const
createMockToken
:
(
overwrites
?:
Partial
<
Token
>
) =>
Token
;