????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@sinonjs/commons/types/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@sinonjs/commons/types/class-name.d.ts |
export = className; /** * Returns a display name for a value from a constructor * * @param {object} value A value to examine * @returns {(string|null)} A string or null */ declare function className(value: object): (string | null);