mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 15:32:50 +00:00
5 lines
282 B
TypeScript
5 lines
282 B
TypeScript
import { CodePointReader } from '../interfaces/code-point-reader';
|
|
import { Context } from '../interfaces/context';
|
|
import { TokenDelim, TokenHash } from '../interfaces/token';
|
|
export declare function consumeHashToken(ctx: Context, reader: CodePointReader): TokenDelim | TokenHash;
|