1.1.4 • Published 6 months ago

@types/gulp-javascript-obfuscator v1.1.4

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

Installation

npm install --save @types/gulp-javascript-obfuscator

Summary

This package contains type definitions for gulp-javascript-obfuscator (https://github.com/javascript-obfuscator/gulp-javascript-obfuscator).

Details

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

index.d.ts

// Type definitions for gulp-javascript-obfuscator 1.1
// Project: https://github.com/javascript-obfuscator/gulp-javascript-obfuscator
// Definitions by: Adam Thompson-Sharpe <https://github.com/MysteryBlokHed>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { Transform } from 'readable-stream';
import { ObfuscatorOptions } from 'javascript-obfuscator';

declare function gulpJavaScriptObfuscator(options?: ObfuscatorOptions): Transform;

export = gulpJavaScriptObfuscator;

Additional Details

Credits

These definitions were written by Adam Thompson-Sharpe.

1.1.4

6 months ago

1.1.3

7 months ago

1.1.2

8 months ago

1.1.1

12 months ago

1.1.0

2 years ago