Module Goog.Ui.IdGenerator
module IdGenerator : sig..end
val getInstance : unit -> 'a
Default instance for id generation. Done as an instance instead of statics so it's possible to inject a mock for unit testing purposes.
module IdGenerator : sig..end
val getInstance : unit -> 'a
Default instance for id generation. Done as an instance instead of statics so it's possible to inject a mock for unit testing purposes.