UNPKG
moeralib
Version:
latest (0.18.7)
0.18.7
0.18.6
0.18.3
0.18.1
0.18.0
0.17.14
0.17.10
0.17.1
0.17.0
0.16.8
0.16.6
0.16.5
0.16.2
0.16.0
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
Library to interact with Moera decentralized social network
moera.org
MoeraOrg/typescript-moeralib
moeralib
/
typings
/
naming
/
validate.d.ts
3 lines
•
173 B
TypeScript
View Raw
1
2
3
import
{
ValidationResult
}
from
"../schema"
;
export
declare
function
validateSchema
(
schemaName
:
string
,
data
:
any
):
ValidationResult
;
//# sourceMappingURL=validate.d.ts.map