UNPKG

@sanity/import

Version:

Import documents to a Sanity dataset

3 lines (2 loc) 107 B
export const suffixTag = (tag: string, suffix: string): string => `${tag.replace(/\.+$/, '')}.${suffix}`