NeahNew/node_modules/@smithy/util-endpoints/dist-es/lib/not.js
2025-05-04 13:45:45 +02:00

2 lines
38 B
JavaScript

export const not = (value) => !value;