UNPKG

@xec-sh/cli

Version:

Xec: The Universal Shell for TypeScript

12 lines (9 loc) 288 B
/// <reference path="./dist/globals.d.ts" /> /// <reference path="./dist/index.d.ts" /> /** * Global type definitions for xec scripts. * This file references the built type declarations from @xec-sh/cli. */ // Ensure the globals are available import './dist/globals.js'; export { };