@commercelayer/cli-core
Advanced tools
Comparing version 0.2.0 to 0.2.1
/** Copy command flags excluding a subset */ | ||
declare const commandFlags: <T extends object>(flags: T, exclude?: string[] | undefined) => T; | ||
declare const commandFlags: <T extends object>(flags: T, exclude?: string[] | undefined) => Partial<T>; | ||
export { commandFlags }; |
/** Copy command flags excluding a subset */ | ||
declare const commandFlags: <T extends object>(flags: T, exclude?: string[] | undefined) => T; | ||
declare const commandFlags: <T extends object>(flags: T, exclude?: string[] | undefined) => Partial<T>; | ||
export { commandFlags }; |
{ | ||
"name": "@commercelayer/cli-core", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "lib/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "lib/cjs/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
93445