UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

6 lines (4 loc) 94 B
//#region src/utils/noop.ts const noop = (..._args) => {}; //#endregion exports.noop = noop;