Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 | 98x 98x 193x | import { createSelector } from "@ngrx/store" import { fileSettingsSelector } from "../fileSettings.selector" export const blacklistSelector = createSelector(fileSettingsSelector, fileSettings => fileSettings.blacklist) |