UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

3 lines 146 B
import type { Closer } from "./types.js"; export declare function isCloser(value: unknown): value is Closer; //# sourceMappingURL=_common.d.ts.map