Skip to content

Instantly share code, notes, and snippets.

@wl00887404
wl00887404 / fcitx-chewing.png
Created April 10, 2019 19:32 — forked from tanyuan/fcitx-chewing.png
Ubuntu: fcitx + chewing 新酷音輸入法
fcitx-chewing.png
const head = ([x, ...xs]) => x
const tail = ([_, ...xs]) => xs
const last = array => head(array.slice(-1))
const init = array => array.slice(0, -1)
const __ = {
toString: _ => 'Curry Placeholder'
}
Object.freeze(__)