mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-26 08:08:56 +00:00
4 lines
225 B
TypeScript
4 lines
225 B
TypeScript
import { CodePointReader } from '../interfaces/code-point-reader';
|
|
import { Context } from '../interfaces/context';
|
|
export declare function checkIfTwoCodePointsAreAValidEscape(ctx: Context, reader: CodePointReader): boolean;
|