#1 Title

Open
opened 2 years ago by TheoryOfNekomata · 0 comments

Description

Test

Subdescription

Another test

function main(param: unknown) {
  if (param) {
    console.log('hello, ${param}')
    return
  }
  console.log('hello, world')
}
# Description Test ## Subdescription Another test ```ts function main(param: unknown) { if (param) { console.log('hello, ${param}') return } console.log('hello, world') } ```
TheoryOfNekomata added the
enhancement
label 2 years ago
TheoryOfNekomata added the
help wanted
label 2 years ago
TheoryOfNekomata self-assigned this 2 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.