interface IdProvider {
    getId(node): undefined | string;
}

Implemented by

Methods

Methods

Generated using TypeDoc