chore: include pre-built dist for github install
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
interface SafeCreateHookOptions {
|
||||
enabled?: boolean;
|
||||
}
|
||||
export declare function safeCreateHook<T>(name: string, factory: () => T, options?: SafeCreateHookOptions): T | null;
|
||||
export {};
|
||||
Reference in New Issue
Block a user