1 2 3 4 5 6
x3 x3 x3 x3 x3 x3
/** Internal functions definitions. */ export const functions = { async async() {}, *generator() {}, async *asyncGenerator() {}, }