UNPKG

@visulima/packem

Version:

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

10 lines (9 loc) 211 B
declare const parseAtImport: (parameters: string) => false | { fullUri: string; layer?: string; media?: string; scope?: string; supports?: string; uri: string; }; export = parseAtImport;