/
opt
/
canhelp
/
node_modules
/
nanostores
/
warn
/
/opt/canhelp/node_modules/nanostores/warn
mkdir
upload
Name
Size
Mode
Actions
index.js
290
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/nanostores/warn/index.js
(290B)
let warned = {} export function warn(text) { if (!warned[text]) { warned[text] = true if (typeof console !== 'undefined' && console.warn) { console.groupCollapsed('Nano Stores: ' + text) console.trace('Source of deprecated call') console.groupEnd() } } }
Save
cmd:
run