17 lines
234 B
Markdown
17 lines
234 B
Markdown
# Marmiton Search
|
|
|
|
## What is it
|
|
|
|
this phantom aim to search in the [marmiton](https://www.marmiton.org) website
|
|
|
|
## Return
|
|
|
|
```typescript
|
|
type Return = {
|
|
name: string;
|
|
url: string;
|
|
score: number;
|
|
commentCount: number;
|
|
};
|
|
```
|