/** * **term-size** - Get the terminal window size on macOS * * @domain `github.com/sindresorhus/macos-term-size` * @programs `term-size` * @version `1.0.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/sindresorhus/macos-term-size` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomsindresorhusmacostermsize * console.log(pkg.name) // "term-size" * console.log(pkg.description) // "Get the terminal window size on macOS" * console.log(pkg.programs) // ["term-size"] * console.log(pkg.versions[0]) // "1.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/sindresorhus/macos-term-size.md * @see https://ts-pkgx.netlify.app/usage */ export declare const macostermsizePackage: { /** * The display name of this package. */ name: 'term-size'; /** * The canonical domain name for this package. */ domain: 'github.com/sindresorhus/macos-term-size'; /** * Brief description of what this package does. */ description: 'Get the terminal window size on macOS'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/sindresorhus/macos-term-size/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/sindresorhus/macos-term-size'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/sindresorhus/macos-term-size'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/sindresorhus/macos-term-size -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/sindresorhus/macos-term-size'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['term-size']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.0.0']; aliases: readonly [] }; export type MacostermsizePackage = typeof macostermsizePackage