Variable: NativeUuidStrategy
constNativeUuidStrategy:IUuidStrategy
Defined in: src/core/services/generator.service.ts:62
Native UUID strategy using globalThis.crypto.randomUUID, with a fallback.
Implemented as a plain object satisfying IUuidStrategy.