D
Думаешь он сдался кому-то ?
Size: a a a
D
s
V
s
А
O
D
s
s
D
function load() {
return new Promise((res) => {
.onload = () => {
res(data)
}
})
}s
А
s
D
All npm packages have a name. Some package names also have a scope. A scope follows the usual rules for package names (URL-safe characters, no leading dots or underscores). When used in package names, scopes are preceded by an @ symbol and followed by a slash, e.g.
kp
kp