infrajs/sequence

There is no license information available for the latest version (v1.0.9) of this package.

v1.0.9 2020-05-12 16:30 UTC

This package is auto-updated.

Last update: 2024-03-06 18:21:19 UTC


README

Установка через composer

{
	"require":{
		"infrajs/sequence":"~1"
	}
}

Использование

Sequence::short(['test','param','name']); // 'test.param.name'
Sequence::right('test.param.name']); // ['test','param','name']