Sha256: 9540e9a19ae145b775814a97233ef4d31a07918b35eaf958d8b9e1708e2c3e82
Contents?: true
Size: 443 Bytes
Versions: 5
Compression:
Stored size: 443 Bytes
Contents
import Module from '../Module'; import { InputOptions } from '../rollup'; export declare function load(id: string): string; export declare function resolveId(options: InputOptions): (importee: string, importer: string) => string | void; export declare function makeOnwarn(): (warning: any) => void; export declare function handleMissingExport(exportName: string, importingModule: Module, importedModule: string, importerStart?: number): void;
Version data entries
5 entries across 5 versions & 2 rubygems