2 lines
82 B
TypeScript
Executable File
2 lines
82 B
TypeScript
Executable File
export default function matchBundle(regex: RegExp, input: string): string | null;
|