File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,6 @@ export const ZIP_1: any;
3030export const ZIP_2 : any ;
3131export const WEBP : any ;
3232export const SVG : any ;
33+ export const HtmlCommentRegex : RegExp ;
34+ export const SvgRegex : RegExp ;
35+ export const ScriptRegex : RegExp ;
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ export function isRar(buffer: any): boolean | Error;
2727export function isGzip ( buffer : any ) : boolean | Error ;
2828export function isZip ( buffer : any ) : boolean ;
2929export function isWebp ( buffer : any ) : boolean | Error ;
30- export function isSvg ( buffer : any ) : boolean | Error ;
30+ export function isSvg ( buffer : any ) : boolean ;
Original file line number Diff line number Diff line change 11{
22 "name" : " filesig" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " small library to validate Files by reading each magic number from a file" ,
55 "main" : " index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments