Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/accessrights/v2/src/store/model/transformation/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/accessrights/v2/src/store/model/transformation/transformer.js

export interface Transformer<T, R>
{
	transform(source: T): R;
}