• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for property in namespace, the property is required and is readonly
3 */
4namespace test {
5  const name: string;
6}