export const CDN = "https://cdn.flyyer.io" as const;

export function isUndefined(value: any): boolean {
  return typeof value === "undefined";
}
