GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: /var/www/app.vaspayment.com/node_modules/postcss/lib/postcss.d.mts
export {
  // postcss function / namespace
  default,

  // Value exports from postcss.mjs
  stringify,
  fromJSON,
  // @ts-expect-error This value exists, but it’s untyped.
  plugin,
  parse,
  list,

  document,
  comment,
  atRule,
  rule,
  decl,
  root,

  CssSyntaxError,
  Declaration,
  Container,
  Processor,
  Document,
  Comment,
  Warning,
  AtRule,
  Result,
  Input,
  Rule,
  Root,
  Node,

  // Type-only exports
  AcceptedPlugin,
  AnyNode,
  AtRuleProps,
  Builder,
  ChildNode,
  ChildProps,
  CommentProps,
  ContainerProps,
  DeclarationProps,
  DocumentProps,
  FilePosition,
  Helpers,
  JSONHydrator,
  Message,
  NodeErrorOptions,
  NodeProps,
  OldPlugin,
  Parser,
  Plugin,
  PluginCreator,
  Position,
  Postcss,
  ProcessOptions,
  RootProps,
  RuleProps,
  Source,
  SourceMap,
  SourceMapOptions,
  Stringifier,
  Syntax,
  TransformCallback,
  Transformer,
  WarningOptions,

  // This is a class, but it’s not re-exported. That’s why it’s exported as type-only here.
  type LazyResult,

} from './postcss.js'