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

    Function isPrototype

    • Returns whether the given object is a prototype

      Parameters

      • object: any

        the object to check

      Returns boolean

      whether the given object is a prototype

      David Hsing

      isPrototype({});    // false
      isPrototype('foobar'); // false