fix: update neko/index.js

This commit is contained in:
naskya 2023-12-27 16:05:54 +09:00
parent 38517ae726
commit 4fa442e3d4
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -272,9 +272,6 @@ const {
nativeGetTimestamp,
nativeCreateId,
nativeInitIdGenerator,
nativePackAntennaById,
NativeAntennaSrc,
nativeInitDatabase,
} = nativeBinding;
module.exports.nativeRandomStr = nativeRandomStr;
@ -283,6 +280,3 @@ module.exports.convertId = convertId;
module.exports.nativeGetTimestamp = nativeGetTimestamp;
module.exports.nativeCreateId = nativeCreateId;
module.exports.nativeInitIdGenerator = nativeInitIdGenerator;
module.exports.nativePackAntennaById = nativePackAntennaById;
module.exports.NativeAntennaSrc = NativeAntennaSrc;
module.exports.nativeInitDatabase = nativeInitDatabase;