@types/csp-hash-generator
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Installation

npm install --save @types/csp-hash-generator

Summary

This package contains type definitions for csp-hash-generator (https://github.com/miguel-a-calles-mba/csp-hash-generator).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/csp-hash-generator.

index.d.ts

declare function cspHashGenerator(
    inlineScriptOrStyle: string,
    options?: {
        algorithm: string;
    },
): string;
export = cspHashGenerator;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Bob.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/csp-hash-generator

Weekly Downloads

13

Version

0.0.2

License

MIT

Unpacked Size

2.92 kB

Total Files

5

Last publish

Collaborators

  • types