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

1.0.2 • Public • Published

Installation

npm install --save @types/stegcloak

Summary

This package contains type definitions for stegcloak (https://github.com/KuroLabs/stegcloak).

Details

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

index.d.ts

declare class StegCloak {
    constructor(encryption: boolean, hmac: boolean);

    hide(secret: string, password: string, cover: string): string;

    reveal(data: string, password: string): string;
}

export = StegCloak;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Will Ockmore.

/@types/stegcloak/

    Package Sidebar

    Install

    npm i @types/stegcloak

    Weekly Downloads

    513

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.98 kB

    Total Files

    5

    Last publish

    Collaborators

    • types