mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-15 20:12:06 +00:00
4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
|
|
import createError from 'create-error';
|
||
|
|
|
||
|
|
export const ChannelStateSizeError = createError('ChannelStateSizeError');
|