API Reference

IGuidFactoryinterface

Guid creation services.

Overview

Generates stable unique ids used by runtime services to track and reference instances.
Quick facts
Kind
interface
Module
guid
Members
1
Package
@rs-x/core

Declaration

export interface IGuidFactory {
  create(): string;
}

Import

import type { IGuidFactory } from '@rs-x/core';

Members

1 member in this interface.

create
method
create(): string

Parameters

No parameters.

Returns

string