v.1.0.0. initial push of license-lib
This commit is contained in:
6
client/index.js
Normal file
6
client/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// client/index.js
|
||||
|
||||
export { activateLicense } from './validate';
|
||||
export { cacheLicenseData, getCachedLicenseData, isLicenseCacheValid } from './offline';
|
||||
export { generateFingerprint } from './utils/fingerprint';
|
||||
export { CONFIG } from './config';
|
Reference in New Issue
Block a user