UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

9 lines (8 loc) 322 B
/** * Checks if the URL starts with a tilde followed by a digit, '@', or a letter (case-insensitive) * @param url * @returns */ export declare const hasModuleSpecifier: (url: string) => boolean; export declare const getUrlOfPartial: (url: string) => string; export declare const normalizeUrl: (url: string) => string;