0.1.3 • Published 6 months ago

@types/express-less v0.1.3

Weekly downloads
11
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/express-less

Summary

This package contains type definitions for express-less (https://www.npmjs.com/package/express-less).

Details

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

index.d.ts

// Type definitions for express-less 0.1
// Project: https://www.npmjs.com/package/express-less
// Definitions by: xyb <https://github.com/xieyubo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3




import express = require('express');

declare function less(root: string, options?: less.Options): express.RequestHandler;

declare namespace less {
    export interface Options {
        debug?: boolean;
        compress?: boolean;
        cache?: boolean;
    }
}

export = less;

Additional Details

  • Last updated: Thu, 02 Sep 2021 19:31:22 GMT
  • Dependencies: @types/express
  • Global values: none

Credits

These definitions were written by xyb.

0.1.2

7 months ago

0.1.1

8 months ago

0.1.3

6 months ago

0.1.0

3 years ago

0.0.33

3 years ago

0.0.32

5 years ago

0.0.31

7 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28-alpha

8 years ago

0.0.27-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.17-alpha

8 years ago

0.0.16-alpha

8 years ago