forked from daren.hsu/line_push
3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
import { Context } from '../store';
|
|
export default function parseContext(contextStr: string): Context | null;
|