js-util

Home > rc-js-util > _Fp > once

_Fp.once property

Creates a function that can be called many times but will run at most once.

Signature:

static readonly once: typeof fpOnce;

Remarks

See fpOnce().