Move `export` keyword to declaration site
Improve code style consistency by always putting the `export` keyword at the site of the var/function/class declaration where possible.
Showing
Please register or sign in to comment
Improve code style consistency by always putting the `export` keyword at the site of the var/function/class declaration where possible.