houdini/app/javascript/common/lodash-joins/hash/util/index.ts

8 lines
234 B
TypeScript
Raw Normal View History

2020-07-15 16:25:41 +00:00
// License: LGPL-3.0-or-later
// from https://github.com/mtraynham/lodash-joins/blob/c252b462981562451d85d1e09c8f273ce7fe06c5/lib/hash/util/index.ts
import toStringAccessor from './toStringAccessor';
export {
toStringAccessor
};