@ryusei/code
Version:
<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
19 lines • 492 B
TypeScript
/**
* Max lines to asynchronously sync code to the Lines instance at once.
*
* @since 0.1.0
*/
export declare const ASYNC_SYNC_LINES = 3000;
/**
* Max lines to scan up for asynchronously sync.
*
* @since 0.1.0
*/
export declare const ASYNC_SYNC_LINES_BACKWARDS = 100;
/**
* Max lines to scan up for synchronously sync.
*
* @since 0.1.0
*/
export declare const SYNC_LINES_BACKWARDS = 100;
//# sourceMappingURL=../../../../src/js/components/Sync/constants.d.ts.map