@types/rollup-plugin-natives
TypeScript icon, indicating that this package has built-in type declarations

0.7.5 • Public • Published

Installation

npm install --save @types/rollup-plugin-natives

Summary

This package contains type definitions for rollup-plugin-natives (https://github.com/danielgindi/rollup-plugin-natives).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rollup-plugin-natives.

index.d.ts

import { Plugin } from "rollup";

interface RollupPluginNativesOptions {
    copyTo?: string;
    destDir?: string;
    dlopen?: boolean;
    map?: (modulePath: string) => string | { name: string; copyTo: string };
    targetEsm?: boolean;
    sourcemap?: boolean;
}

declare function nativePlugin(options: RollupPluginNativesOptions): Plugin;

export = nativePlugin;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: rollup

Credits

These definitions were written by Mohammad Kermani.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rollup-plugin-natives

Weekly Downloads

42

Version

0.7.5

License

MIT

Unpacked Size

3.47 kB

Total Files

5

Last publish

Collaborators

  • types