UNPKG

@tarojs/taro-h5

Version:
10 lines (7 loc) 494 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 生物认证 const startSoterAuthentication = temporarilyNotSupport('startSoterAuthentication'); const checkIsSupportSoterAuthentication = temporarilyNotSupport('checkIsSupportSoterAuthentication'); const checkIsSoterEnrolledInDevice = temporarilyNotSupport('checkIsSoterEnrolledInDevice'); export { checkIsSoterEnrolledInDevice, checkIsSupportSoterAuthentication, startSoterAuthentication }; //# sourceMappingURL=soter.js.map