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