Repository URL to install this package:
Version:
6.0.4 ▾
|
declare function getAtSymbol<Value extends {} = any>(symbolToGet: symbol, value: Value): string;
export { getAtSymbol };
export default getAtSymbol;