🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@types/gulp-svg-sprite

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gulp-svg-sprite

TypeScript definitions for gulp-svg-sprite

1.2.34
Source
npm
Version published
Weekly downloads
774
-38.57%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/gulp-svg-sprite

Summary

This package contains type definitions for gulp-svg-sprite (https://github.com/jkphl/gulp-svg-sprite).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-svg-sprite.

index.d.ts

// Type definitions for gulp-svg-sprite 1.2.9
// Project: https://github.com/jkphl/gulp-svg-sprite
// Definitions by: Qubo <https://github.com/tkqubo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 4.4

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

import spriter = require("svg-sprite");

declare namespace svgSprite {
    interface SvgSprite {
        (options?: spriter.Config): NodeJS.ReadWriteStream;
    }
}

declare var svgSprite: svgSprite.SvgSprite;

export = svgSprite;

Additional Details

  • Last updated: Wed, 20 Sep 2023 17:08:03 GMT
  • Dependencies: @types/node, @types/svg-sprite
  • Global values: none

Credits

These definitions were written by Qubo.

FAQs

Package last updated on 20 Sep 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