Descripción
Create a new list initialized with values
File Template: ❌
Prefix
list:of
Scopes
typescript
Snippet de código
const ${1:list}: ${2:number}[] = [$3];
Create a new list initialized with values
list:of
typescript
const ${1:list}: ${2:number}[] = [$3];