提交 c1519099 编写于 作者: fxy060608's avatar fxy060608

wip(uts): runtime

上级 a7446b7d
......@@ -15,6 +15,8 @@ export function isStr (str) {
return typeof str === 'string'
}
export const isString = isStr
export function isObject (obj) {
return obj !== null && typeof obj === 'object'
}
......@@ -27,7 +29,7 @@ export function hasOwn (obj, key) {
return hasOwnProperty.call(obj, key)
}
export function noop () { }
export function noop () {}
export function toRawType (val) {
return _toString.call(val).slice(8, -1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册