{
  "version": 3,
  "sources": ["../Source/Generic/index.ts", "../Source/Generic/Option/index.ts"],
  "sourcesContent": ["/**\n * Type utilities for defining and working with generic types.\n *\n * @module @sorrell/utilities/generic\n */\n/**\n * @file      index.ts\n * @author    Gage Sorrell <gage@sorrell.sh>\n * @copyright (c) 2026 Gage Sorrell\n * @license   MIT\n */\nexport * as Option from \"./Option/index.js\";\n", "/**\n * Define options for generic types as types, which can be specified as type\n * parameters when creating types with your generic types.  For more details,\n * see the documentation for {@link TOptions}.\n *\n * @module @sorrell/utilities/generic/option\n */\n/**\n * @file      index.ts\n * @author    Gage Sorrell <gage@sorrell.sh>\n * @copyright (c) 2026 Gage Sorrell\n * @license   MIT\n */\n/* eslint-disable-next-line @typescript-eslint/no-unused-vars */\nimport type { TOptions } from \"./Option.Types.ts\";\nexport * from \"./Option.Types.ts\";\n"],
  "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA;",
  "names": []
}
