Files
Media-Coding-Web/node_modules/@smithy/util-endpoints/dist-es/lib/not.js
2026-04-04 12:49:09 +08:00

2 lines
38 B
JavaScript

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