join.d.ts 105 B

123
  1. /** @type {Array<Join>} */
  2. export const join: Array<Join>;
  3. export type Join = import('./types.js').Join;