UNPKG

fauna-gql-upload

Version:

Manage your FaunaDB resources in within your project and upload them using a single command

6 lines (5 loc) 121 B
export default async function wait(time: number){ return new Promise( resolve => { setTimeout(resolve, time); }); };