mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 08:22:53 +00:00
4 lines
229 B
TypeScript
4 lines
229 B
TypeScript
import { CodePointReader } from '../interfaces/code-point-reader';
|
|
import { Context } from '../interfaces/context';
|
|
export declare function checkIfThreeCodePointsWouldStartANumber(ctx: Context, reader: CodePointReader): boolean;
|