Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 686bd9f

Browse files
committed
fix: correctly import pascalcase function
1 parent ca6fecc commit 686bd9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/typings.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import ASTQ from 'astq';
22
import * as dom from 'dts-dom';
3+
import { pascalCase } from 'pascal-case';
34
import { InstanceOfResolver, IOptions } from './index';
45
import * as types from './types';
56

6-
import pascalCase = require('pascal-case');
7-
87
export interface AstQuery {
98
ast: any;
109
query(query: string): any[];

0 commit comments

Comments
 (0)