We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879b389 commit 50326efCopy full SHA for 50326ef
src/core/parsers/yaml.parser.ts
@@ -1,10 +1,9 @@
1
import * as path from 'path';
2
-import { isObject } from 'util';
3
4
import { load, dump, JSON_SCHEMA } from 'js-yaml';
5
6
import { ILogger, IFileManager, UpdateYamlBlockOptions } from '../../types';
7
-import { isNonEmptyString } from '../helpers/type.helper';
+import { isNonEmptyString, isObject } from '../helpers/type.helper';
8
import { getLogger } from '../system/logger';
9
10
/**
0 commit comments