UNPKG

@dxtmisha/functional-basic

Version:

Core functional utility library for modern web development without framework dependencies

7 lines (6 loc) 213 B
/** * Checks if the current environment is a data URL. * * Проверяет, является ли текущая среда URL-адресом данных. */ export declare function isDomData(): boolean;