Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/postcss-modules-local-by-default

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/postcss-modules-local-by-default

TypeScript definitions for postcss-modules-local-by-default

  • 1.2.2
  • ts3.6
  • ts3.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
382K
increased by4.96%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/postcss-modules-local-by-default

Summary

This package contains type definitions for postcss-modules-local-by-default (https://github.com/css-modules/postcss-modules-local-by-default).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-modules-local-by-default.

index.d.ts

// Type definitions for postcss-modules-local-by-default 1.2
// Project: https://github.com/css-modules/postcss-modules-local-by-default
// Definitions by: Jeow Li Huan <https://github.com/huan086>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

import { Plugin } from "postcss";

declare namespace localByDefault {
    interface Options {
        mode?: "global" | "local" | "pure" | undefined;
        rewriteUrl?: ((global: boolean, url: string) => string) | undefined;
    }

    type LocalByDefault = Plugin<Options>;
}

declare const localByDefault: localByDefault.LocalByDefault;
export = localByDefault;

Additional Details

  • Last updated: Fri, 09 Jul 2021 02:32:40 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Jeow Li Huan.

FAQs

Package last updated on 09 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc