Type to-snake-case
This commit is contained in:
5
packages/typed-contracts/src/globals.d.ts
vendored
5
packages/typed-contracts/src/globals.d.ts
vendored
@@ -1 +1,4 @@
|
||||
declare module 'to-snake-case';
|
||||
declare function toSnakeCase(str: string): string;
|
||||
declare module 'to-snake-case' {
|
||||
export = toSnakeCase;
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@ import * as _ from 'lodash';
|
||||
import * as mkdirp from 'mkdirp';
|
||||
import * as yargs from 'yargs';
|
||||
|
||||
import * as toSnakeCase from 'to-snake-case';
|
||||
import toSnakeCase = require('to-snake-case');
|
||||
import * as Web3 from 'web3';
|
||||
|
||||
import {ParamKind} from './types';
|
||||
|
Reference in New Issue
Block a user