Update module paths.

This commit is contained in:
John-David Dalton
2017-01-11 10:06:12 -08:00
parent 7baf2267a0
commit aa60e55db4
125 changed files with 427 additions and 306 deletions

View File

@@ -1,5 +1,5 @@
import getRawTag from './.internal/getRawTag.js';
import objectToString from './.internal/objectToString.js';
import getRawTag from './getRawTag.js';
import objectToString from './objectToString.js';
/** `Object#toString` result references. */
const nullTag = '[object Null]';