lix-website/themes/lix/assets/bootstrap/node_modules/@yarnpkg/parsers/lib/index.d.ts
2024-04-26 22:49:34 -06:00

7 lines
705 B
TypeScript

export type { ArgumentSegment, Argument, CommandChain, CommandLine, EnvSegment, ShellLine } from './grammars/shell';
export type { ArithmeticExpression, ArithmeticPrimary } from './grammars/shell';
export { parseShell, stringifyShell, stringifyArgument, stringifyArgumentSegment, stringifyArithmeticExpression, stringifyCommand, stringifyCommandChain, stringifyCommandChainThen, stringifyCommandLine, stringifyCommandLineThen, stringifyEnvSegment, stringifyRedirectArgument, stringifyShellLine, stringifyValueArgument, } from './shell';
export { parseResolution, stringifyResolution } from './resolution';
export type { Resolution } from './resolution';
export { parseSyml, stringifySyml } from './syml';