source:
imaps-frontend/node_modules/es-set-tostringtag/index.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 188 bytes |
Line | |
---|---|
1 | declare function setToStringTag( |
2 | object: object & { [Symbol.toStringTag]?: unknown }, |
3 | value: string | unknown, |
4 | options?: { force?: boolean }, |
5 | ): void; |
6 | |
7 | export = setToStringTag; |
Note:
See TracBrowser
for help on using the repository browser.