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

Commit

Permalink
fix: correctly import pascalcase function
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Dec 20, 2019
1 parent ca6fecc commit 686bd9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/typings.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import ASTQ from 'astq';
import * as dom from 'dts-dom';
import { pascalCase } from 'pascal-case';
import { InstanceOfResolver, IOptions } from './index';
import * as types from './types';

import pascalCase = require('pascal-case');

export interface AstQuery {
ast: any;
query(query: string): any[];
Expand Down

0 comments on commit 686bd9f

Please sign in to comment.