Files
memecoin-botV2/.pnpm-store/v10/files/73/bce47b2f72919ef34f3239f692a91cdd2d91ae13b97a15948e33e2af120bdcda35b1fcc957c8e33b6622b9f1181b91a615e74a4a2a39b07523ce7bcbb519a0

20 lines
540 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @internal
*/
const secret = Symbol('secret');
/**
* @internal
*/
const mismatch = Symbol('mismatch');
/**
* A type which should match anything passed as a value but *doesn't*
* match {@linkcode Mismatch}. It helps TypeScript select the right overload
* for {@linkcode PositiveExpectTypeOf.toEqualTypeOf | .toEqualTypeOf()} and
* {@linkcode PositiveExpectTypeOf.toMatchTypeOf | .toMatchTypeOf()}.
*
* @internal
*/
const avalue = Symbol('avalue');