@hpx7/delta-pack-cli 0.1.3 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ import { Type } from "@hpx7/delta-pack";
2
+ export declare function codegenTypescript(schema: Record<string, Type>): string;
@@ -0,0 +1,2 @@
1
+ export type Flags = Map<string, string | true>;
2
+ export declare function decode(schemaPath: string | undefined, flags: Flags): Promise<void>;
@@ -0,0 +1,2 @@
1
+ export type Flags = Map<string, string | true>;
2
+ export declare function decodeDiff(schemaPath: string | undefined, flags: Flags): Promise<void>;
@@ -0,0 +1,2 @@
1
+ export type Flags = Map<string, string | true>;
2
+ export declare function encode(schemaPath: string | undefined, flags: Flags): Promise<void>;
@@ -0,0 +1,2 @@
1
+ export type Flags = Map<string, string | true>;
2
+ export declare function encodeDiff(schemaPath: string | undefined, flags: Flags): Promise<void>;
@@ -0,0 +1,2 @@
1
+ export type Flags = Map<string, string | true>;
2
+ export declare function generate(schemaPath: string | undefined, flags: Flags): Promise<void>;
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ export {};