-
Notifications
You must be signed in to change notification settings - Fork 0
ts everything #12
Copy link
Copy link
Open
Description
TSLint apply those rule gradually to make your code in ts better.
- make sure what is the difference between the two below
// if you wanna see of outside of the Test namespace,just export it
namespace Test {
function of(...arg:any[]): any[];
}
namespace Test {
export function of(...arg:any[]): any[];
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels