UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

4 lines 106 B
//#region src/utils/noop.d.ts declare const noop: (..._args: any[]) => void; //#endregion export { noop };