isPrintHook
import { isPrintHook } from "@alloy-js/core";
function isPrintHook(type: unknown): type is PrintHook;Parameters
Section titled “Parameters”| type | unknown |
Returns
Section titled “Returns”type is PrintHook
import { isPrintHook } from "@alloy-js/core";
function isPrintHook(type: unknown): type is PrintHook;| type | unknown |
type is PrintHook