Comparing version 4.2.1 to 4.3.0
@@ -118,3 +118,3 @@ declare type BufferView = Uint8ClampedArray | Uint8Array | Int8Array | Uint16Array | Int16Array | Uint32Array | Int32Array | Float32Array | Float64Array | DataView; | ||
toCamelCase(): string; | ||
pull(token_separator?: string, from_begin?: boolean): [string | undefined, string | undefined]; | ||
pull(token_separator?: string, from_begin?: boolean): [string, string]; | ||
cutin(start: number, deleteCount: number, ...items: any[]): string; | ||
@@ -121,0 +121,0 @@ } |
{ | ||
"name": "extes", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "A tiny library that extends native js with some handy tools", | ||
@@ -5,0 +5,0 @@ "main": "./dist/extes.js", |
@@ -851,3 +851,3 @@ const writable=true, configurable=true, enumerable=false; | ||
toCamelCase():string; | ||
pull(token_separator?:string, from_begin?:boolean):[string|undefined, string|undefined]; | ||
pull(token_separator?:string, from_begin?:boolean):[string, string]; | ||
cutin(start:number, deleteCount:number, ...items:any[]):string; | ||
@@ -854,0 +854,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202470