Urara-Blog/node_modules/.pnpm-store/v3/files/b2/b351c519c6381e67e07950bf02a0465253b1fb6891c2886b7496f81fff062a2d760ee7f6c9976c5ce8f7bbe19825c8219c71362aeee20a488c2a98da0b08a5
2022-08-14 01:14:53 +08:00

8 lines
No EOL
393 B
Text

import * as ts from 'typescript';
/**
* @param type Type being checked by name.
* @param allowedNames Symbol names checking on the type.
* @returns Whether the type is, extends, or contains all of the allowed names.
*/
export declare function containsAllTypesByName(type: ts.Type, allowAny: boolean, allowedNames: Set<string>): boolean;
//# sourceMappingURL=containsAllTypesByName.d.ts.map