Commit 0aaa9364 by Vladislav Lagunov

Исправлен импорт lodash/camelCase

parent 47a09359
import * as t from '../decoder'; import * as t from '../decoder';
import { camelCase } from 'lodash'; import camelCase from 'lodash/camelCase';
import { absurd } from '../types'; import { absurd } from '../types';
import { WithDefault, RecordDecoder, Decoder } from '../decoder'; import { WithDefault, RecordDecoder, Decoder } from '../decoder';
import { Either } from '../either'; import { Either } from '../either';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment