not

取非

Usage

import { ref } from 'vue'
import { not } from '@/uni_modules/tob-use'

const a = ref(true)

console.log(not(a)) // false
Last Updated: 3/1/2022, 12:03:28 PM
Contributors: markthree