Skip to content

ts everything #12

@briefy

Description

@briefy

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[];
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions