We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec57afd commit e9b02f0Copy full SHA for e9b02f0
1 file changed
src/index.mjs
@@ -13,4 +13,6 @@ import create from './methods/create.js';
13
* @property {UrlMethod}
14
* @property {CreateMethod}
15
*/
16
+
17
+export { get, url, create };
18
export default { get, url, create };
0 commit comments