All files / _func.ts

100.00% Branches 0/0
100.00% Lines 6/6
1
2
3
4
5
6
x3
x3
x3
x3
x3
x3



/** Internal functions definitions. */
export const functions = {
  async async() {},
  *generator() {},
  async *asyncGenerator() {},
}