UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

9 lines (8 loc) 238 B
import { Hook } from '@oclif/core'; /** * Check if post run hook has completed. * * @returns Whether post run hook has completed. */ export declare function postRunHookHasCompleted(): boolean; export declare const hook: Hook.Postrun;