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