• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for method in namespace, method is callback
3 */
4export namespace test {
5  function testFunction(param1: string, callback: AsyncCallback<Want>): void;
6}