UNPKG

149 BTypeScriptView Raw
1// eslint-disable-next-line @typescript-eslint/ban-types
2declare function thisSymbolValue(value: symbol | Symbol): symbol;
3export = thisSymbolValue;