4 lines
42 B
JavaScript
4 lines
42 B
JavaScript
function* a() {
|
|
yield import('http');
|
|
}
|
function* a() {
|
|
yield import('http');
|
|
}
|