1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00
amp/docs/utils/README.md

12 lines
325 B
Markdown
Raw Normal View History

---
layout: docs
2017-05-26 21:13:34 +02:00
title: Utils
permalink: /utils/
---
2017-05-02 21:29:51 +02:00
This documentation section deals with helpers that are not async specific, but generic helpers.
2017-05-03 12:49:56 +02:00
* [`CallableMaker`](./callable-maker.md)
* [`Struct`](./struct.md)
2017-05-02 21:29:51 +02:00
Further utils for PHPUnit are provided in [`amphp/phpunit-util`](https://github.com/amphp/phpunit-util).