4 lines
112 B
TypeScript

export type Str10_36 = () => string;
export function makestr10_36(): Str10_36;
export const str10_36: Str10_36;