UNPKG

@samchon/openapi

Version:

OpenAPI definitions and converters for 'typia' and 'nestia'.

8 lines (7 loc) 205 B
export namespace AccessorUtil { export const reference = (prefix: string): string => prefix .split("/") .filter((str, i) => !!str.length && !(i === 0 && str === "#")) .join("."); }