# once

为匹配元素单次绑定事件

import { once } from '@hui-pro/utils';
once(node, event, fn);

# API

参数 说明 类型 默认值 可选值
node DOM 元素节点 Element - -
event 绑定事件 String - -
fn 事件回调 Function - -