native
ts
const native: Fns;Defined in: options/fns.ts:34
Native functions available within the runtime.
Includes browser APIs utilities that can be used inside function definitions.
Remarks
- Wraps native browser functionality
- Useful for debugging and side effects
Since
1.0.0
Author
Simon Kovtyk
Todo
To be completed