summaryrefslogtreecommitdiff
path: root/build-es/internal/notId.js
blob: d936aabbad3152bae8e57fceb1b86c4c1c2636cf (plain)
1
2
3
4
5
'use strict';

export default function notId(v) {
    return !v;
}