4 lines
44 B
TypeScript
4 lines
44 B
TypeScript
![]() |
export function stubArray() {
|
||
|
return []
|
||
|
}
|