Preparing search index...
The search index is not available
prototyped.js - v3.0.5
prototyped.js - v3.0.5
object
empty
Function empty
empty
(
obj
:
Record
<
string
,
unknown
>
)
:
void
Empty the object
Example
const
obj
= {
a:
1
};
empty
(
obj
);
// obj = {};
Parameters
obj:
Record
<
string
,
unknown
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
prototyped.js -
v3.0.5
array
boolean
date
func
globals
math
number
object
string
assign
camel
Case
Keys
clone
defaults
dig
empty
equals
flatten
for
Each
get
invert
is
Empty
is
Object
is
Object
Like
is
Plain
Object
kebab
Case
Keys
keys
lower
Case
Keys
map
map
Keys
map
Values
merge
omit
reduce
set
size
snake
Case
Keys
values
Generated using
TypeDoc
Empty the object
Example