@visulima/packem
Version:
A fast and modern bundler for Node.js and TypeScript.
10 lines (9 loc) • 344 B
TypeScript
/**
* Checks if the URL starts with a tilde followed by a digit, '@', or a letter (case-insensitive)
*
* @param {string} url
* @returns {boolean}
*/
export declare const hasModuleSpecifier: (url: string) => boolean;
export declare const getUrlOfPartial: (url: string) => string;
export declare const normalizeUrl: (url: string) => string;