UNPKG

@datocms/rest-client-utils

Version:
4 lines (3 loc) 120 B
export function toId(thing: string | { id: string }): string { return typeof thing === 'string' ? thing : thing.id; }