UNPKG

plist2

Version:

Converts between .tmLanguage(.plist), .json, .cson and .yaml formats

29 lines (28 loc) 1.3 kB
export * from "../__types__/lib"; export { REG_CRLF } from "../__types__/lib"; export { __ARRAY__ } from "../__types__/lib"; export { __BINARY64_KEY__ } from "../__types__/lib"; export { __COMMENTS_KEY__ } from "../__types__/lib"; export { __DATA__ } from "../__types__/lib"; export { __DATE__ } from "../__types__/lib"; export { __DICT__ } from "../__types__/lib"; export { __EMPTY__ } from "../__types__/lib"; export { __FALSE__ } from "../__types__/lib"; export { __INTEGER__ } from "../__types__/lib"; export { __KEY__ } from "../__types__/lib"; export { __PLIST__ } from "../__types__/lib"; export { __REAL__ } from "../__types__/lib"; export { __STRING__ } from "../__types__/lib"; export { __TRUE__ } from "../__types__/lib"; export { changeYamlIndentOnString } from "../__types__/lib"; export { createArray } from "../__types__/lib"; export { createObject } from "../__types__/lib"; export { isArray } from "../__types__/lib"; export { isObject } from "../__types__/lib"; export { jsonParse } from "../__types__/lib"; export { jsonStringify } from "../__types__/lib"; export { keys } from "../__types__/lib"; export { regexp } from "../__types__/lib"; export { repeat } from "../__types__/lib"; export { setComments } from "../__types__/lib"; export { setIndent } from "../__types__/lib";