ccp.js 674B

1234567891011121314151617181920212223
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. export default [
  9. [
  10. [
  11. '𑄛𑄧𑄖𑄳𑄠𑄃𑄟𑄧𑄣𑄳𑄠𑄬', '𑄝𑄬𑄚𑄳𑄠𑄬',
  12. '𑄘𑄨𑄝𑄪𑄎𑄳𑄠', '𑄝𑄬𑄣𑄳𑄠𑄬', '𑄥𑄎𑄧𑄚𑄳𑄠',
  13. '𑄢𑄬𑄖𑄴'
  14. ],
  15. ,
  16. ],
  17. ,
  18. [
  19. ['04:00', '06:00'], ['06:00', '12:00'], ['12:00', '16:00'], ['16:00', '18:00'],
  20. ['18:00', '20:00'], ['20:00', '04:00']
  21. ]
  22. ];
  23. //# sourceMappingURL=ccp.js.map