mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 08:54:30 +08:00
Firstly only with the create() function.
i.e.:
``` typescript
import {create} from "webpage";
let page = create();
```
Firstly only with the create() function.
i.e.:
``` typescript
import {create} from "webpage";
let page = create();
```