npm.io
2.2.0 • Published 9 years ago

cf-util-text

Licence
BSD-3-Clause
Version
2.2.0
Deps
0
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

cf-util-text

Cloudflare Text Util

Installation

$ npm install cf-util-text

Usage

import {getText, setText} from 'cf-util-text';

getText('Some Text Value'); // >> Some Text Value
// console.error(Missing text value for: Some Text Value);

setText('Some Text Value', 'The Real Text Value');
getText('Some Text Value'); // >> The Real Text Value