feat(types): update to Typescript 3.9 (#1106)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { expectType } from 'tsd'
|
||||
import { Ref, ref, isRef, unref, reactive } from './index'
|
||||
import { Ref, ref, isRef, unref, reactive, expectType } from './index'
|
||||
|
||||
function plainType(arg: number | Ref<number>) {
|
||||
// ref coercing
|
||||
|
||||
Reference in New Issue
Block a user