chore: include pre-built dist for github install
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { LookAtArgs } from "./types";
|
||||
export interface LookAtArgsWithAlias extends LookAtArgs {
|
||||
path?: string;
|
||||
}
|
||||
export declare function normalizeArgs(args: LookAtArgsWithAlias): LookAtArgs;
|
||||
export declare function validateArgs(args: LookAtArgs): string | null;
|
||||
Reference in New Issue
Block a user