Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aletrn
/
driver.js
like
0
Running
App
Files
Files
Community
main
driver.js
/
docs
/
src
/
env.d.ts
kamrify
Add example for async tour
342d4d9
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
interface
Window
{
driverObj
:
any
;
}