• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for property in class, the property is not required
3 */
4export class test {
5  name?: string
6}