Run eslint src --fix
This commit is contained in:
parent
c6c4bd1e32
commit
25cb0d14f7
82 changed files with 363 additions and 342 deletions
|
@ -1,4 +1,4 @@
|
|||
import { IContainerModel } from '../Interfaces/IContainerModel';
|
||||
import { type IContainerModel } from '../Interfaces/IContainerModel';
|
||||
|
||||
export function * MakeChildrenIterator(containers: Map<string, IContainerModel>, childrenIds: string[]): Generator<IContainerModel, void, unknown> {
|
||||
for (const childId of childrenIds) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue