mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 19:52:23 +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();
```