collapse t.getBindingIdentifiers comment

This commit is contained in:
Sebastian McKenzie 2015-05-30 19:08:14 -04:00
parent 29e24a4cbe
commit 5dafe0b66a

View File

@ -2,8 +2,7 @@ import object from "../helpers/object";
import * as t from "./index";
/**
* Return a list of binding identifiers associated with
* the input `node`.
* Return a list of binding identifiers associated with the input `node`.
*/
export function getBindingIdentifiers(node: Object): Object {