2022-08-07 14:14:04 -07:00

3 lines
60 B
Plaintext

function munction(func) {
return method(undefined, func);
}