@types/rollup__plugin-virtual
Version:
TypeScript definitions for @rollup/plugin-virtual
33 lines (25 loc) • 992 B
Markdown
> `npm install --save @types/rollup__plugin-virtual`
This package contains type definitions for @rollup/plugin-virtual (https://github.com/rollup/plugins/tree/master/packages/virtual#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup__plugin-virtual.
````ts
import { Plugin } from "rollup";
declare namespace virtual {
interface Options {
[]: string;
}
}
/**
* A Rollup plugin which loads virtual modules from memory.
*/
declare function virtual(options?: virtual.Options): Plugin;
export = virtual;
````
* Last updated: Fri, 01 Mar 2024 00:50:47 GMT
* Dependencies: [rollup](https://npmjs.com/package/rollup)
These definitions were written by [ed eustace](https://github.com/ahum).