You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/postcss-font-variant

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/postcss-font-variant

TypeScript definitions for postcss-font-variant

5.0.0
ts4.3
ts4.4
Source
npmnpm
Version published
Weekly downloads
6.1K
-0.98%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/postcss-font-variant

Summary

This package contains type definitions for postcss-font-variant (https://github.com/postcss/postcss-font-variant#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-font-variant.

index.d.ts

// Type definitions for postcss-font-variant 5.0
// Project: https://github.com/postcss/postcss-font-variant#readme
// Definitions by: Adam Thompson-Sharpe <https://github.com/MysteryBlokHed>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { PluginCreator } from 'postcss';

declare var _export: PluginCreator<never>;

export = _export;

Additional Details

  • Last updated: Mon, 31 Jul 2023 20:02:54 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Adam Thompson-Sharpe.

FAQs

Package last updated on 31 Jul 2023

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