Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Add of.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp committed Aug 24, 2019
1 parent 5964f4c commit 6e2f2a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/of.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import HtmlParser_ from './HtmlParser_'

// NOTE: Below function will be public in Google Apps Script.
// eslint-disable-next-line camelcase
function of (value: GoogleAppsScript.XML_Service.Element) {
return new HtmlParser_(value)
}

// NOTE: Below statement will be removed by clasp.
export default of

0 comments on commit 6e2f2a0

Please sign in to comment.