UNPKG

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