index.ts 120 B

123456
  1. export function sampleFunction(x: string): string {
  2. return x + x;
  3. }
  4. export * from "./core";
  5. export * from "./utils";