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

1.1.5 • Public • Published

Installation

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

Summary

This package contains type definitions for rollup-plugin-less (https://github.com/xiaofuzi/rollup-plugin-less##readme).

Details

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

index.d.ts

/// <reference types="node" />
/// <reference types="less" />

import { Plugin } from "rollup";

declare namespace less {
    interface Options {
        insert?: boolean;
        watch?: boolean;
        option?: Less.Options;
        plugins?: Less.Plugin[];
        output?: string | boolean | (() => string);
        include?: string | string[];
        exclude?: string | string[];
    }
}
declare function less(options?: less.Options): Plugin;
export = less;

Additional Details

Credits

These definitions were written by Tristan.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rollup-plugin-less

Weekly Downloads

112

Version

1.1.5

License

MIT

Unpacked Size

3.78 kB

Total Files

5

Last publish

Collaborators

  • types