Commit b43c2343 by Vladislav Lagunov

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

parent 0aaa9364
import * as t from '../decoder'; import * as t from '../decoder';
import camelCase from 'lodash/camelCase'; import * as 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