UNPKG

@flyyer/flyyer-lite

Version:

Flyyer.io helper classes and methods to generate smart URL to render images.

6 lines (4 loc) 146 B
export const CDN = "https://cdn.flyyer.io" as const; export function isUndefined(value: any): boolean { return typeof value === "undefined"; }