how to use 1

node v10.24.1
version: 1.0.0
endpointsharetweet
const { notAsked, failure, success } = require('dataway'); const foo = success('Mr Wilson'); const bar = failure('any suited error value'); const baz = notAsked;
Loading…

no comments

    sign in to comment