UNPKG

@prezly/theme-kit-core

Version:

Data layer and utility library for developing Prezly themes with JavaScript

6 lines 138 B
/** * Get newsroom notifications for the selected locale */ export function isNumberCode(code) { return !Number.isNaN(Number(code)); }