UNPKG

@kravc/schema

Version:

Advanced JSON schema manipulation and validation library.

10 lines (7 loc) 254 B
'use strict' const createAccountCredential = require('./createAccountCredential') const createMineSweeperScoreCredential = require('./createMineSweeperScoreCredential') module.exports = { createAccountCredential, createMineSweeperScoreCredential }