Soluto/shisell-js

View on GitHub
src/internal/extenders/withIdentity.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import {withIdentities} from './withIdentities';

export function withIdentity(key: string, value: any) {
  return withIdentities({[key]: value});
}