Comparing version 0.0.32 to 0.0.33
/// <reference types="node" /> | ||
import * as lo from 'lodash'; | ||
export declare const Utils: { | ||
crc32(buf: Buffer, offset?: number, length?: number): number; | ||
crc64(buf: Buffer, offset?: number, length?: number): number[]; | ||
adler32(buf: Buffer, offset?: number, length?: number): number; | ||
isGzip(buf: string | Buffer): boolean; | ||
@@ -5,0 +8,0 @@ relative(path: string, root: string, rem?: string, wit?: string): string; |
import 'reflect-metadata'; | ||
export * from './crc'; | ||
export * from './file'; | ||
@@ -3,0 +4,0 @@ export * from './js'; |
@@ -7,2 +7,3 @@ "use strict"; | ||
require("reflect-metadata"); | ||
__export(require("./crc")); | ||
__export(require("./file")); | ||
@@ -9,0 +10,0 @@ __export(require("./js")); |
{ | ||
"name": "exer", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "Utils in TypeScript, Debug, NanoTimer ...", | ||
@@ -5,0 +5,0 @@ "author": "kbajalc@gmail.com", |
Sorry, the diff of this file is not supported yet
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
200820
39
2624