Skip to content

Commit e9b02f0

Browse files
committed
fix: allow named imports
closes #14
1 parent ec57afd commit e9b02f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ import create from './methods/create.js';
1313
* @property {UrlMethod}
1414
* @property {CreateMethod}
1515
*/
16+
17+
export { get, url, create };
1618
export default { get, url, create };

0 commit comments

Comments
 (0)