blob: 880cd97e27c8af81d45b5dac35234a6e237167a5 [file] [edit]
await new Promise(r => setTimeout(r, 10));
export function someFunction() {
return "some function";
}
export const someArray = [];