Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Record type support #15

Open
jgiles opened this issue Jul 26, 2014 · 0 comments
Open

Record type support #15

jgiles opened this issue Jul 26, 2014 · 0 comments

Comments

@jgiles
Copy link
Contributor

jgiles commented Jul 26, 2014

Example:

/** @type {{prop1: Prop1Type, prop2: Prop2Type}} */
var recordTypeExpr;
recordTypeExpr; //: {prop1: Prop1Type, prop2: Prop2Type}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant