flow原始數(shù)據(jù)類型:
boolean,string柒啤,number恩脂,null,undefined楷拳,Symbols(es6中支持)
實(shí)例:
// @flow
function method(x: number, y: string, z: boolean) {// ...
}
method(3.14, "hello", true);
// @flow
function method(x: number, y: string, z: boolean) {// ...
}
method(3.14, "hello", true);