Skip to content

Commit

Permalink
fix: recover stringify function to NDEF which has before (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: zhangyanwei <[email protected]>
  • Loading branch information
yanwzhang and zhangyanwei authored Jun 4, 2021
1 parent 0d9be43 commit 9c89f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndef-lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const util = require('./util');
const textHelper = require('./ndef-text');
const uriHelper = require('./ndef-uri');
const wifiSimpleHelper = require('./ndef-wifi-simple');
const stringifier = require('./stringifier');

const PrimitiveRecord = {
emptyRecord() {
Expand Down Expand Up @@ -115,6 +116,7 @@ const NDEF = {

// other helpers
util,
stringify: stringifier.stringify,
};

module.exports = NDEF;

0 comments on commit 9c89f7f

Please sign in to comment.