Hex Core JS
    Preparing search index...

    Interface Stringer

    An interface for any type that can be converted to a string with a toString method.

    interface Stringer {
        toString: () => string;
    }
    Index

    Properties

    Properties

    toString: () => string