提交 5fc11bff 编写于 作者: S shikai-123
上级 a614213e
......@@ -1913,8 +1913,7 @@ Checks whether the input value is of the **native external** type.
**Example**
```js
var that = new util.types();
const data = util.createExternalType();
var result = that.isExternal(data);
var result = that.isExternal(true);
```
......
......@@ -1910,8 +1910,7 @@ isExternal(value: Object): boolean
**示例:**
```js
var that = new util.types();
const data = util.createExternalType();
var result = that.isExternal(data);
var result = that.isExternal(true);
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册