str10_36.d.ts 112 B

123
  1. export type Str10_36 = () => string;
  2. export function makestr10_36(): Str10_36;
  3. export const str10_36: Str10_36;