mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
12 lines
325 B
Markdown
12 lines
325 B
Markdown
---
|
|
layout: docs
|
|
title: Utils
|
|
permalink: /utils/
|
|
---
|
|
This documentation section deals with helpers that are not async specific, but generic helpers.
|
|
|
|
* [`CallableMaker`](./callable-maker.md)
|
|
* [`Struct`](./struct.md)
|
|
|
|
Further utils for PHPUnit are provided in [`amphp/phpunit-util`](https://github.com/amphp/phpunit-util).
|