UNPKG
@coinbase/onchaintestkit
Version:
latest (1.2.1)
placeholder (0.0.0)
1.2.1
1.2.0
1.1.0
1.0.0
0.0.0
End-to-end testing toolkit for blockchain applications, powered by Playwright
@coinbase/onchaintestkit
/
dist
/
src
/
wallets
/
MetaMask
/
pages
/
NotificationPage
/
actions
/
token.d.ts
7 lines
(6 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Page
}
from
"@playwright/test"
;
declare
function
addNew
(
notificationPage
:
Page
):
Promise
<
void
>;
export
declare
const
token
: {
addNew
:
typeof
addNew; };
export
{};