Home > rc-js-util > _Fp > once
Creates a function that can be called many times but will run at most once.
Signature:
static readonly once: typeof fpOnce;
See fpOnce().