1.1.2 • Published 6 months ago

@types/svg64 v1.1.2

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

Installation

npm install --save @types/svg64

Summary

This package contains type definitions for svg64 (https://github.com/scriptex/svg64).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svg64.

index.d.ts

// Type definitions for svg64 1.1
// Project: https://github.com/scriptex/svg64
// Definitions by: Ben Grynhaus <https://github.com/bengry>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export as namespace svg64;

declare function svg64(svgStringOrElement: string | SVGElement): string;

export = svg64;

Additional Details

  • Last updated: Tue, 29 Mar 2022 18:01:52 GMT
  • Dependencies: none
  • Global values: svg64

Credits

These definitions were written by Ben Grynhaus.