dengcqw / Reactive-Native-Demo

This demo is just a simple learning project
0 stars 0 forks source link

js 类型定义和声明 #17

Open dengcqw opened 8 years ago

dengcqw commented 8 years ago

··· type GeoOptions = { timeout: number; }

// param type var fun = function(geo_options?: GeoOptions) { }

// return type function(): GeoOptions { }