PHP in TypeScript
Open
use case
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
highlighted as file.php
```php
type Port =
export function serve(port: Port) {}
```
---
highlighted as file.tsx
```tsx
type Port =
export function serve(port: Port) {}
```
---
highlighted as file.ts
```ts
type Port =
export function serve(port: Port) {}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.