fast-folder-size
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "fast-folder-size", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Node CLI or module to calculate folder size", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import { ExecException, ChildProcess } from 'child_process' | ||
import fastFolderSizeSync from './sync' | ||
@@ -10,5 +9,1 @@ declare function fastFolderSize( | ||
export = fastFolderSize | ||
declare module 'fast-folder-size/sync' { | ||
export = fastFolderSizeSync | ||
} |
import { expectType } from 'tsd' | ||
import { ExecException, ChildProcess } from 'child_process' | ||
import fastFolderSize from '.' | ||
import fastFolderSizeSync from './sync' | ||
import fastFolderSizeSync from '../sync' | ||
@@ -6,0 +6,0 @@ expectType<ChildProcess>( |
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
6850
139