0.0.2 • Published 7 months ago

@types/csp-hash-generator v0.0.2

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

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

// Type definitions for csp-hash-generator 0.0
// Project: https://github.com/miguel-a-calles-mba/csp-hash-generator
// Definitions by: Bob <https://github.com/bobcode99>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function cspHashGenerator(
    inlineScriptOrStyle: string,
    options?: {
        algorithm: string;
    },
): string;
export = cspHashGenerator;

Additional Details

  • Last updated: Sun, 23 Jan 2022 12:31:27 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Bob.