hypery2k/nativescript-fabric

View on GitHub
src/postinstall-hooks.js

Summary

Maintainability
A
0 mins
Test Coverage
var tnsHook = require('nativescript-hook');
if (tnsHook) {
    tnsHook(__dirname).postinstall();
}