@yookue/ts-lang-utils
    Preparing search index...

    Function forEachBreakable

    • Processes each storage item, with breakable ability

      Parameters

      • Optionalcallback: (value?: null | string, key?: string) => boolean

        the callback function that processes each storage item, returns false means break

      Returns void

      David Hsing