Skip to content

Commit

Permalink
export fromXmlStr
Browse files Browse the repository at this point in the history
  • Loading branch information
djedr committed Jan 2, 2023
1 parent cd5b173 commit cb2d67b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jevkoml.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import {jevkoFromString as parseJevkoWithHeredocs} from 'https://cdn.jsdelivr.net/gh/jevko/[email protected]/mod.js'

export {fromXmlStr} from './fromXmlStr.js'

//?todo: ignore blanks before attribute names
const breakPrefix = prefix => {
let i = prefix.length - 1
Expand Down

0 comments on commit cb2d67b

Please sign in to comment.