UNPKG

@intlayer/core

Version:

Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.

7 lines (5 loc) 228 B
//#region src/utils/checkIsURLAbsolute.ts const checkIsURLAbsolute = (url) => /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(url); //#endregion exports.checkIsURLAbsolute = checkIsURLAbsolute; //# sourceMappingURL=checkIsURLAbsolute.cjs.map