rushstack.io
Docs API News GitHub Help
https://github.com/octogonz

    << Docs Index

    Home > @rushstack/node-core-library > ProtectableMap > delete

    ProtectableMap.delete() method

    Removes the specified key from the map. This operation does NOT invoke the ProtectableMap onDelete() hook.

    Signature:

    delete(key: K): boolean;
    

    Parameters

    Parameter Type Description
    key K  

    Returns:

    boolean

    © 2020 Microsoft

    • Docs
    • API
    • News
    • GitHub
    • Help