UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

10 lines 185 B
/** * @module Utilities */ /** * @internal */ export function getConstructorName(instance) { return instance.constructor.name; } //# sourceMappingURL=get-constructor-name.js.map