UNPKG

@nivinjoseph/n-ject

Version:
12 lines (9 loc) 253 B
export class ReservedKeys { public static readonly serviceLocator = "ServiceLocator"; public static readonly all: ReadonlyArray<string> = [ReservedKeys.serviceLocator]; /** * static */ private constructor() {} }