utilities.staticcallback.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > staticCallback
staticCallback variable
Creates a callback that returns a static value
Signature:
staticCallback: <T>(value: T) => () => T
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > staticCallback
Creates a callback that returns a static value
Signature:
staticCallback: <T>(value: T) => () => T