79556909

Date: 2025-04-05 11:46:56
Score: 2.5
Natty:
Report link

Try modifying you index.ts file to this:

index.ts

import { CustomError } from "path/to/CustomError.ts";
import { NotFoundError } from "path/to/NotFoundError.ts";

export { CustomError, NotFoundError };

You can refer a index.ts file of my project which aims to do the same: https://github.com/Jay-Karia/jqlite/blob/main/src/index.ts

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jay