Skip to content

Commit

Permalink
Update runkit example. #Patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Jun 17, 2018
1 parent 6b54a07 commit 1651d55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { toUnicode, firstLetters, transliterate } = require( 'gurmukhi-utils' )

toUnicode( 'Koj' )
firstLetters( 'hir hir hir gun gwvhu ]' )
firstLetters( 'ਹਰਿ ਹਰਿ ਹਰਿ ਗੁਨੀ' )
transliterate( 'hukmI hukmu clwey rwhu ]' )
console.log(toUnicode( 'Koj' ))
console.log(firstLetters( 'hir hir hir gun gwvhu ]' ))
console.log(firstLetters( 'ਹਰਿ ਹਰਿ ਹਰਿ ਗੁਨੀ' ))
console.log(transliterate( 'hukmI hukmu clwey rwhu ]' ))

0 comments on commit 1651d55

Please sign in to comment.