Skip to content

Commit 5279169

Browse files
stefanjudisdkundel
authored andcommitted
feat: expose createFunctionResource - fix #3 (#4)
1 parent e558e79 commit 5279169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/api/functions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const log = debug('twilio-serverless-api:functions');
2525
* @param {GotClient} client API client
2626
* @returns {Promise<FunctionApiResource>}
2727
*/
28-
async function createFunctionResource(
28+
export async function createFunctionResource(
2929
name: string,
3030
serviceSid: string,
3131
client: GotClient

0 commit comments

Comments
 (0)