lix-website/themes/lix/assets/bootstrap/node_modules/es-set-tostringtag/index.d.ts

7 lines
188 B
TypeScript
Raw Normal View History

2024-04-27 03:39:10 +00:00
declare function setToStringTag(
object: object & { [Symbol.toStringTag]?: unknown },
value: string | unknown,
options?: { force?: boolean },
): void;
export = setToStringTag;