UNPKG

104 BTypeScriptView Raw
1declare function isTextNode(obj?: any): boolean;
2
3declare namespace isTextNode {}
4
5export = isTextNode;