2017-02-28 12:43:34 -05:00

4 lines
42 B
JavaScript

function* a() {
yield import('http');
}