UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

13 lines (12 loc) 245 B
export declare function transform(data: any): { code: string; deps: any[]; css: any[]; names: { exports: any; __import: any; __import_meta: any; __export: any; __export_all: any; }; };