UNPKG

@snipsonian/core

Version:

Core/base reusable javascript code snippets

6 lines (5 loc) 154 B
export default function getUrlPartBetween({ url, firstPart, secondPart, }: { url: string; firstPart: string; secondPart?: string; }): string;