| Current Path : /home/helpink/www/libraries/vendor/spomky-labs/cbor-php/src/ |
| Current File : /home/helpink/www/libraries/vendor/spomky-labs/cbor-php/src/Normalizable.php |
<?php
declare(strict_types=1);
namespace CBOR;
interface Normalizable
{
/**
* @return mixed|null
*/
public function normalize();
}