@initx-plugin/utils
Advanced tools
Comparing version 0.0.10 to 0.0.11
import { Result } from 'execa'; | ||
import which from 'which'; | ||
export { gpgList } from './gpg.js'; | ||
declare function c(command: string, options?: string[]): Promise<Result>; | ||
declare function c(command: string, options?: string[], execaOptions?: Record<string, any>): Promise<Result | Result<Record<string, any>>>; | ||
@@ -6,0 +7,0 @@ declare const log: { |
{ | ||
"name": "@initx-plugin/utils", | ||
"type": "module", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "More convenient initialization tool", | ||
@@ -6,0 +6,0 @@ "author": "imba97", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5195
79