phantom-marmiton/README.md
2022-01-08 00:07:09 +01:00

229 B

Marmiton Search

What is it

this phantom aim to search in the marmiton website

Return

type Return = {
  name: string;
  url: string;
  score: number;
  commentCount: number;
}