UNPKG

@snipsonian/core

Version:

Core/base reusable javascript code snippets

6 lines (5 loc) 154 B
export default function getPartBetween({ firstPart, secondPart, input, }: { firstPart: string; secondPart: string; input: string; }): string;