ts/tests/testthat/app/app.ts
2024-07-29 13:37:43 +12:00

5 lines
179 B
TypeScript

import { types } from 'rserve-ts';
const fn_first = (x: string | string[]) => Promise<RTYPE.Character<1>)>;
const fn_mean = (x: number | number[]) => Promise<RTYPE.Numeric<1>)>;