-
-
Notifications
You must be signed in to change notification settings - Fork 579
Closed
Description
import ProvinceCityChinaCountryList from "province-city-china/dist/country.json";
//似乎是声明类型
let test1: ProvinceCityChinaCountryList = [];//咦?居然不是值类型,而是声明类型?
test1.sort();//似乎是
//尝试使用值类型
let test2 = ProvinceCityChinaCountryList;//尝试直接使用时: “ProvinceCityChinaCountryList”仅表示类型,但在此处却作为值使用。ts(2693)
Metadata
Metadata
Assignees
Labels
No labels