Files
ladybird/Libraries/LibWeb/WebIDL/Function.idl
2024-11-10 12:50:45 +01:00

5 lines
130 B
Plaintext

// https://webidl.spec.whatwg.org/#Function
// FIXME: This should be a builtin type.
callback Function = any (any... arguments);