UNPKG

ember-bootstrap

Version:
4 lines (3 loc) 85 B
export default function eq(one: unknown, other: unknown) { return one === other; }