1
This commit is contained in:
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/isSymbol.d.ts
vendored
Normal file
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/isSymbol.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 判断是否 Symbol 对象
|
||||
* @param val 值
|
||||
*/
|
||||
export declare function isSymbol(val: any): val is symbol;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
isSymbol: typeof isSymbol;
|
||||
}
|
||||
}
|
||||
|
||||
export default isSymbol
|
||||
Reference in New Issue
Block a user