Home > deconstruct-js > skip
Extracts a specific number of bytes and ignores them
Signature:
declare function skip(bytes: number): Deconstructor<void>;
number
Returns:
Deconstructor<void>