Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

6
node_modules/@yarnpkg/parsers/lib/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,6 @@
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';