3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
import { Mode } from "../types";
|
|
export default function getMode(data: string): Mode;
|