UNPKG

@syncfusion/react-base

Version:

A common package of core React base, methods and class definitions

9 lines (7 loc) 244 B
#! /usr/bin/env node "use strict"; // Import and reuse the activation logic from syncfusion-license.js const { activateLicense } = require('./syncfusion-license.js'); const args = process.argv.slice(2); activateLicense(args); process.exit(0);