UNPKG

@automattic/calypso-products

Version:

This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.

6 lines (4 loc) 154 B
import { JETPACK_PRODUCTS_LIST } from './constants'; export function getProductsSlugs(): typeof JETPACK_PRODUCTS_LIST { return JETPACK_PRODUCTS_LIST; }